Нет описания

FKCirDetailCommentCell.h 276B

123456789101112131415
  1. //
  2. // FKCircleCommentCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/6/15.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKCirDetailCommentCell : UITableViewCell
  10. + (CGFloat)cellHeightForCommentText:(NSString *)text;
  11. @end