// // FSBaseTopTableViewCell.h // FSScrollViewNestTableViewDemo // // Created by huim on 2017/5/23. // Copyright © 2017年 fengshun. All rights reserved. // #import @protocol YHMorePicCollectionCellDelegate - (void)YHMorePicCollectionCellDidSelectedItem:(NSInteger)index; @end @interface FSBaseTopTableViewCell : UITableViewCell @property(nonatomic,strong)UIImageView *imgv ; @property(nonatomic,strong)UICollectionView *collectionView; - (void)setModelDatas:(NSArray *)dataArr; @property (nonatomic, weak) id delegate; @end