123456789101112131415161718 |
- //
- // FKProRecCollectionCell.h
- // FirstLink
- //
- // Created by jack on 16/8/13.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKProRecCollectionCell : UICollectionViewCell
- @property (nonatomic, strong) UIImageView *imageView;
- @property (nonatomic, strong) UILabel *titleLabel;
- @property (nonatomic, strong) UILabel *priceLabel;
- @end
|