// // FKCirclePublicTextCell.h // FirstLink // // Created by ascii on 16/6/8. // Copyright © 2016年 FirstLink. All rights reserved. // #import #import "UIPlaceHolderTextView.h" @interface FKCirclePublicTextCell : UITableViewCell @property (nonatomic, strong) UIPlaceHolderTextView *textView; + (CGFloat)heightWith:(id)item; - (void)configWith:(id)item; @end