// // FKPriceWarnInfoCell.h // FirstLink // // Created by jack on 16/5/25. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKPriceWarnInfoCell : UITableViewCell @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UITextField *textField; @end