1234567891011121314151617 |
- //
- // FKProWeightErrorCell.h
- // FirstLink
- //
- // Created by jack on 16/8/15.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKProWeightErrorCell : UITableViewCell
- @property (nonatomic, strong) UIButton *connenctBtn;
- + (CGFloat)cellHeight;
- @end
|