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