No Description

FKCategoryCollectionCell.h 404B

123456789101112131415161718
  1. //
  2. // FKBrandCollectionCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/4/27.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKCategoryCollectionCell : UICollectionViewCell
  10. @property (nonatomic, strong) UIImageView *imageView;
  11. @property (nonatomic, strong) UIImageView *selectImgView;
  12. @property (nonatomic, strong) UIView *coverView;
  13. @end