// // FLEXMultilineTableViewCell.h // UICatalog // // Created by Ryan Olson on 2/13/15. // Copyright (c) 2015 f. All rights reserved. // #import extern NSString *const kFLEXMultilineTableViewCellIdentifier; @interface FLEXMultilineTableViewCell : UITableViewCell + (CGFloat)preferredHeightWithAttributedText:(NSAttributedString *)attributedText inTableViewWidth:(CGFloat)tableViewWidth style:(UITableViewStyle)style showsAccessory:(BOOL)showsAccessory; @end