// // FooterCollectionReusableView.h // DKAssetsPickerDemo // // #import @interface DKPhotoPickerFooterCollectionReusableView : UICollectionReusableView @property (nonatomic , assign) NSInteger count; @end