暂无描述

FKCirclePublicUserCell.h 275B

123456789101112131415161718
  1. //
  2. // FKCirclePublicUserCell.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. @interface FKCirclePublicUserCell : UITableViewCell
  10. + (CGFloat)height;
  11. - (void)configWith:(id)item;
  12. @end