DKPhotoPickerFooterCollectionReusableView.h 228 B

12345678910111213
  1. //
  2. // FooterCollectionReusableView.h
  3. // DKAssetsPickerDemo
  4. //
  5. //
  6. #import <UIKit/UIKit.h>
  7. @interface DKPhotoPickerFooterCollectionReusableView : UICollectionReusableView
  8. @property (nonatomic , assign) NSInteger count;
  9. @end