No Description

FKSelectSpecActionView.h 369B

123456789101112131415161718
  1. //
  2. // FKSelectSpecActionView.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/1/15.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKProductSpecDataCenter.h"
  10. @interface FKSelectSpecActionView : UIView
  11. @property (nonatomic, strong) UILabel *numLabel;
  12. @property (nonatomic, strong) UIButton *addToBasketBtn;
  13. @end