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