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