TheoryTrainVC.h 461 B

1234567891011121314151617181920
  1. //
  2. // TheoryTrainVC.h
  3. // jiaPeiC
  4. //
  5. // Created by apple on 2017/2/6.
  6. // Copyright © 2017年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TheoryTrainVC : UIViewController
  10. @property(nonatomic, assign) BOOL isNotification;
  11. @property(nonatomic,copy)NSString *classId;
  12. @property(nonatomic,copy)NSString *schoolId;
  13. @property(nonatomic,copy)NSString *startTime;//上课时间
  14. @property(nonatomic,copy)NSString *endTime;//下课时间
  15. @end