// // GIGaFeedPhontosViewCell.h // GIGA // // Created by lianxiang on 2018/9/22. // Copyright © 2018年 com.giga.ios. All rights reserved. // #import #import typedef void(^GiGaPhotoPickerBlock)(void); @interface GIGaFeedPhontosViewCell : UITableViewCell @property(nonatomic,copy) GiGaPhotoPickerBlock pickerBalock; @property(nonatomic,strong) NSMutableArray *images; @property(nonatomic,strong) UICollectionView *collectionView; -(void)photoPikerComplete:(GiGaPhotoPickerBlock)pikerComplete; @property(nonatomic,strong) NSMutableArray *imageNames; @end