// // HomeFlashDealSubCollectCell.h // westkissMob // // Created by iOS on 2022/9/6. // #import #import "ASProductItemView.h" NS_ASSUME_NONNULL_BEGIN @interface HomeFlashDealSubCollectCell : UICollectionViewCell @property (nonatomic, strong) ASProductItemView *contView; @property (nonatomic, strong) UIImageView *numImgV; @property (nonatomic, strong) ASProductBaseModel *model; @end NS_ASSUME_NONNULL_END