Files
peko-ios/YuMi/Modules/YMMine/View/Cell/XPMineSettingTableViewCell.h
2023-07-14 18:50:55 +08:00

19 lines
328 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;
@end
NS_ASSUME_NONNULL_END