Files
peko-ios/YuMi/Modules/YMMine/View/Cell/XPMineSettingTableViewCell.h
2025-03-21 16:19:07 +08:00

21 lines
393 B
Objective-C

//
// YMMineSettingTableViewCell.h
// YUMI
//
// Created by YUMI on 2021/9/17.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class XPMineSettingItemModel;
@interface XPMineSettingTableViewCell : UITableViewCell
///数据源
@property (nonatomic,strong) XPMineSettingItemModel *itemModel;
- (void)setTopCorner:(BOOL)setTop bottomCorner:(BOOL)setBottom;
@end
NS_ASSUME_NONNULL_END