1234567891011121314151617181920 |
- //
- // FKCirclePublicProcuctCell.h
- // FirstLink
- //
- // Created by ascii on 16/6/8.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKCirclePublicProcuctCell : UITableViewCell
- @property (nonatomic, strong) UIButton *deleteButton;
- + (CGFloat)height;
- - (void)configWith:(id)item;
- @end
|