TimeTableViewCell.h 441 B

1234567891011121314151617
  1. //
  2. // TimeTableViewCell.h
  3. // BuguLive
  4. //
  5. // Created by GuoMs on 16/8/5.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TimeTableViewCell : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UILabel *nameLable;//竞拍,延时值
  11. @property (strong, nonatomic) IBOutlet UITextField *textField;
  12. @property (strong, nonatomic) IBOutlet UILabel *twoLable;//切换时间,小时,分钟
  13. @end