// // CommitMessage_VC.h // Haishenghai-master // // Created by GG on 2019/1/7. // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved. // #import #import "THDatePickerView.h" ////定义代理 //@protocol ChangeValueDelegate //-(void)comitWithData:(NSMutableArray *)dataArray; //@end @interface CommitMessage_VC : UIViewController @property(nonatomic,strong)UITableView *tableView; @property(nonatomic,strong)UIButton *starttimeBtn; @property(nonatomic,strong)UIButton *endtimeBtn; //声明代理 //@property(nonatomic,strong) id delegte; @property (weak, nonatomic) THDatePickerView *beginDateView; @property (weak, nonatomic) THDatePickerView *endDateView; @end