// // FKProRecommendListCell.h // FirstLink // // Created by jack on 16/8/13. // Copyright © 2016年 FirstLink. All rights reserved. // #import @class FKProRecommendListCell; @protocol FKProRecommendListCellDelegate - (void)listCell:(FKProRecommendListCell *)cell selectAtIndex:(NSIndexPath *)indexpath; @end @interface FKProRecommendListCell : UITableViewCell @property (nonatomic, weak) id delegate; + (CGFloat)cellHeight; @end