// // ASHomeBestSellCell.h // Asteria // // Created by iOS on 2023/6/6. // #import #import "ASHomeMainListModel.h" NS_ASSUME_NONNULL_BEGIN @interface ASHomeBestSellCell : UITableViewCell @property (nonatomic, strong) UILabel *titleLb; @property (nonatomic, strong) UICollectionView *collectV; @property (nonatomic, strong) ASHomeMainListModel *model; @property (nonatomic, copy) void(^productClick)(NSInteger i, ASProductBaseModel *m); @end NS_ASSUME_NONNULL_END