No Description

KXRecommendCollectionViewCell.h 345B

1234567891011121314151617
  1. //
  2. // KXRecommendCollectionViewCell.h
  3. // CAISHEN
  4. //
  5. // Created by kuxuan on 2017/8/28.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KXRecommendCollectionViewCell : UICollectionViewCell
  10. @property (nonatomic,strong)UIImageView *imageView;
  11. @property (nonatomic,strong)UILabel *titleLabel;
  12. @end