// // DetailInputTableViewCell.h // BDVRClientDemo // // Created by baidu on 16/3/15. // Copyright © 2016年 baidu. All rights reserved. // #import @interface DetailInputTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UITextField *inputTextField; @end