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