123456789101112131415161718 |
- //
- // FKSelectSpecActionView.h
- // FirstLink
- //
- // Created by jack on 16/1/15.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKProductSpecDataCenter.h"
- @interface FKSelectSpecActionView : UIView
- @property (nonatomic, strong) UILabel *numLabel;
- @property (nonatomic, strong) UIButton *addToBasketBtn;
- @end
|