// // FKProInfoCell.h // FirstLink // // Created by jack on 16/8/15. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKProInfoCell : UITableViewCell @property (nonatomic, strong) UIButton *actionBtn; @property (nonatomic, strong) UIButton *linkBtn; @property (nonatomic, assign) BOOL showTranslate; @property (nonatomic, strong) NSString *orginStr; @property (nonatomic, strong) NSString *translateStr; + (CGFloat)heightForUpText:(NSString *)upText downText:(NSString *)downText showTranslate:(BOOL)showTranslate; @end