// // SelectVCollectionViewCell.h // Asteria // // Created by 王猛 on 2023/5/8. // #import NS_ASSUME_NONNULL_BEGIN @interface SelectVCollectionViewCell : UICollectionViewCell @property (nonatomic, strong) UIImageView *imgV; @end NS_ASSUME_NONNULL_END