No Description

FKCirclePublicTextCell.h 386B

123456789101112131415161718192021
  1. //
  2. // FKCirclePublicTextCell.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 16/6/8.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "UIPlaceHolderTextView.h"
  10. @interface FKCirclePublicTextCell : UITableViewCell
  11. @property (nonatomic, strong) UIPlaceHolderTextView *textView;
  12. + (CGFloat)heightWith:(id)item;
  13. - (void)configWith:(id)item;
  14. @end