// // HWPageListCell.h // 双子星云手机 // // Created by 余衡武 on 2022/3/22. // #import NS_ASSUME_NONNULL_BEGIN @protocol HWPageListCellDelegate - (void)deleteBtnClickWithModel:(BaseModel *)model; @end @interface HWPageListCell : UICollectionViewCell @property (nonatomic,strong) BaseModel *model; @property (nonatomic,weak) id delegate; @end NS_ASSUME_NONNULL_END