- //
- // FKCircleCommentCell.h
- // FirstLink
- //
- // Created by jack on 16/6/15.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKCirDetailCommentCell : UITableViewCell
- + (CGFloat)cellHeightForCommentText:(NSString *)text;
- @end
|