// // FKWantBuyFirstController.h // FirstLink // // Created by 施昌鹏 on 16/8/17. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKWantBuyEmptyView : UIView @property (nonatomic, strong) UIButton *buyButton; @property (nonatomic, strong) UITextField *textField; @end