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