// // GalleryCollectionViewCell.h // CapitalChamberlain // // Created by 张杰 on 15/12/3. // Copyright © 2015年 SunShine. All rights reserved. // #import <UIKit/UIKit.h> #import "SingleScrollView.h" //#import "AttachmentModel.h" @interface GalleryCollectionViewCell : UICollectionViewCell @property (nonatomic, strong) UIImageView *imgView; //- (void)setUpCellWithModel:(AttachmentModel *)model; - (void)cellWithImgName:(NSString *)imgUrl; - (void)configCellWithArray:(NSMutableArray *)array indexPath:(NSIndexPath *)indexPath; @end