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

22 lines
353 B
Objective-C

//
// YMMineItemTableViewCell.h
// YUMI
//
// Created by XY on 2023/2/20.
//
#import <UIKit/UIKit.h>
@class XPMineItemModel;
NS_ASSUME_NONNULL_BEGIN
@interface XPMineItemTableViewCell : UITableViewCell
@property (nonatomic, strong) XPMineItemModel *itemModel;
- (void)setCornerTop:(BOOL)isTop bottom:(BOOL)isBottom;
@end
NS_ASSUME_NONNULL_END