GalleryCollectionViewCell.h 544 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  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