// // FKProTitleCell.h // FirstLink // // Created by jack on 16/8/12. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKProTitleCell : UITableViewCell @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UIButton *priceWarnActBtn; + (CGFloat)cellHeightForTitle:(NSString *)title; @end