PhotoCell.h 291 B

1234567891011121314151617181920
  1. //
  2. // PhotoCell.h
  3. // LenzCameraNativeModuleForRN
  4. //
  5. // Created by 伯爵 on 2023/2/6.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PhotoCell : UICollectionViewCell
  10. @property (unsafe_unretained, nonatomic) IBOutlet UIImageView *imgView;
  11. @end
  12. NS_ASSUME_NONNULL_END