DetailInputTableViewCell.h 298 B

123456789101112131415
  1. //
  2. // DetailInputTableViewCell.h
  3. // BDVRClientDemo
  4. //
  5. // Created by baidu on 16/3/15.
  6. // Copyright © 2016年 baidu. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DetailInputTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UITextField *inputTextField;
  11. @end