SelectCollectionCell.h
337 Bytes
//
// SelectCollectionCell.h
// 多选相册照片
//
// Created by long on 15/11/25.
// Copyright © 2015年 long. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SelectCollectionCell : UICollectionViewCell
@property (strong, nonatomic) UIImageView *imageView;
@property (strong, nonatomic) UIButton *btnSelect;
@end