Files
peko-ios/YuMi/Modules/YMMine/View/Cell/XPMineListCell.h
2023-09-01 14:29:14 +08:00

19 lines
384 B
Objective-C

//
// XPMineListCell.h
// YuMi
//
// Created by YuMi on 2023/6/30.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class XPMineFuntionItemModel, LittleGameInfoModel;
@interface XPMineListCell : UITableViewCell
///功能
@property (nonatomic,strong) XPMineFuntionItemModel *itemModel;
-(void)setCornerWithIsTop:(BOOL)isTop isBottom:(BOOL)isBottom;
@end
NS_ASSUME_NONNULL_END