Brak opisu

FKSelectSpecAmountView.h 434B

1234567891011121314151617181920
  1. //
  2. // FKSelectSpecAmountView.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/1/18.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKProductSpecDataCenter.h"
  10. @interface FKSelectSpecAmountView : UIView
  11. @property (nonatomic, strong) UILabel *amountLabel;
  12. @property (nonatomic, strong) UILabel *remainLabel;
  13. - (void)configWithSpecDataCenter:(FKProductSpecDataCenter *)dataCenter;
  14. @end