// // PickerGroupTableViewCell.h // DKAssetsPickerDemo // // #import @class DKPhotoPickerGroup; @interface DKPhotoPickerGroupTableViewCell : UITableViewCell /** * 赋值xib */ @property (nonatomic , strong) DKPhotoPickerGroup *group; + (instancetype) instanceCell; @end