12345678910111213141516171819 |
- //
- // FKBasketWeightView.h
- // FirstLink
- //
- // Created by jack on 16/6/16.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKBasketPriceView : UIView
- @property (nonatomic, strong) UILabel *weightLabel;
- @property (nonatomic, strong) UILabel *postageLabel;
- + (CGFloat)weightViewHeight;
- @end
|