// // KBMorePicCollectionCell.h // YouHuiProject // // Created by jcymac on 2018/4/24. // Copyright © 2018年 kuxuan. All rights reserved. // #import @protocol YHMorePicCollectionCellDelegate - (void)YHMorePicCollectionCellDidSelectedItem:(NSInteger)index; @end @interface KBMorePicCollectionCell : UICollectionViewCell - (void)setModelDatas:(NSArray *)dataArr; @property (nonatomic, weak) id delegate; @end