No Description

FKCirclePublicProcuctCell.h 339B

1234567891011121314151617181920
  1. //
  2. // FKCirclePublicProcuctCell.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 FKCirclePublicProcuctCell : UITableViewCell
  10. @property (nonatomic, strong) UIButton *deleteButton;
  11. + (CGFloat)height;
  12. - (void)configWith:(id)item;
  13. @end