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