// // PickerCollectionViewCell.h // 相机 // // #import @class UICollectionView; @interface DKPhotoPickerCollectionViewCell : UICollectionViewCell + (instancetype) cellWithCollectionView : (UICollectionView *) collectionView cellForItemAtIndexPath:(NSIndexPath *) indexPath; @property (nonatomic , strong) UIImage *cellImage; @end