| 12345678910111213141516171819202122 | ////  HomeFlashDealSubCollectCell.h//  westkissMob////  Created by iOS on 2022/9/6.//#import <UIKit/UIKit.h>#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;@endNS_ASSUME_NONNULL_END
 |