1234567891011121314151617 |
- //
- // KXRecommendCollectionViewCell.h
- // CAISHEN
- //
- // Created by kuxuan on 2017/8/28.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KXRecommendCollectionViewCell : UICollectionViewCell
- @property (nonatomic,strong)UIImageView *imageView;
- @property (nonatomic,strong)UILabel *titleLabel;
- @end
|