// // CatalogCellSmall.h // iShop // // Created by Rui Zhang on 12/29/23. // #import #import "StrikethroughLabel.h" NS_ASSUME_NONNULL_BEGIN @interface CatalogCellSmall : UICollectionViewCell @property (strong, nonatomic) IBOutlet UIImageView *cellImageView; //@property (strong, nonatomic) IBOutlet UILabel *cellDescription; @property (strong, nonatomic) IBOutlet UILabel *nameLabel; @property (strong, nonatomic) IBOutlet UILabel *modelNoLabel; @property (weak, nonatomic) IBOutlet UIImageView *ic_closeout; @property (nonatomic,copy) NSString *imageName;///<识别图片是否更改 @end NS_ASSUME_NONNULL_END