// // ASCategaryCollectCell.h // Asteria // // Created by iOS on 2023/6/6. // #import NS_ASSUME_NONNULL_BEGIN @interface ASCategaryCollectCell : UICollectionViewCell @property (nonatomic, strong) UIImageView *imgV; @property (nonatomic, strong) UILabel *titleLb; @end NS_ASSUME_NONNULL_END