// // FKBrandCollectionCell.h // FirstLink // // Created by jack on 16/4/27. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKCategoryCollectionCell : UICollectionViewCell @property (nonatomic, strong) UIImageView *imageView; @property (nonatomic, strong) UIImageView *selectImgView; @property (nonatomic, strong) UIView *coverView; @end