No Description

FKBasketPriceView.h 343B

12345678910111213141516171819
  1. //
  2. // FKBasketWeightView.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/6/16.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKBasketPriceView : UIView
  10. @property (nonatomic, strong) UILabel *weightLabel;
  11. @property (nonatomic, strong) UILabel *postageLabel;
  12. + (CGFloat)weightViewHeight;
  13. @end