DKPhotoPickerGroupTableViewCell.h 297 B

1234567891011121314151617181920
  1. //
  2. // PickerGroupTableViewCell.h
  3. // DKAssetsPickerDemo
  4. //
  5. //
  6. #import <UIKit/UIKit.h>
  7. @class DKPhotoPickerGroup;
  8. @interface DKPhotoPickerGroupTableViewCell : UITableViewCell
  9. /**
  10. * 赋值xib
  11. */
  12. @property (nonatomic , strong) DKPhotoPickerGroup *group;
  13. + (instancetype) instanceCell;
  14. @end