// // YMMineItemTableViewCell.h // YUMI // // Created by XY on 2023/2/20. // #import @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