1234567891011121314151617181920 |
- //
- // TheoryTrainVC.h
- // jiaPeiC
- //
- // Created by apple on 2017/2/6.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface TheoryTrainVC : UIViewController
- @property(nonatomic, assign) BOOL isNotification;
- @property(nonatomic,copy)NSString *classId;
- @property(nonatomic,copy)NSString *schoolId;
- @property(nonatomic,copy)NSString *startTime;//上课时间
- @property(nonatomic,copy)NSString *endTime;//下课时间
- @end
|