SelectVCollectionViewCell.h 277 B

1234567891011121314151617
  1. //
  2. // SelectVCollectionViewCell.h
  3. // Asteria
  4. //
  5. // Created by 王猛 on 2023/5/8.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SelectVCollectionViewCell : UICollectionViewCell
  10. @property (nonatomic, strong) UIImageView *imgV;
  11. @end
  12. NS_ASSUME_NONNULL_END