DKPhotoPickerCollectionViewCell.h 355 B

12345678910111213141516
  1. //
  2. // PickerCollectionViewCell.h
  3. // 相机
  4. //
  5. //
  6. #import <UIKit/UIKit.h>
  7. @class UICollectionView;
  8. @interface DKPhotoPickerCollectionViewCell : UICollectionViewCell
  9. + (instancetype) cellWithCollectionView : (UICollectionView *) collectionView cellForItemAtIndexPath:(NSIndexPath *) indexPath;
  10. @property (nonatomic , strong) UIImage *cellImage;
  11. @end