AddRecordVC.h 473 B

123456789101112131415161718192021
  1. //
  2. // AddRecordVC.h
  3. // jiaPeiC
  4. //
  5. // Created by apple on 16/3/10.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AddRecordVC : UIViewController
  10. @property (nonatomic, strong) NSDictionary *stuDic;//学员信息
  11. @property (nonatomic, strong) NSDictionary *recordDic;//要修改的原数据
  12. @property (nonatomic, strong) NSArray *teachType;//教学日志类型
  13. @property (nonatomic, copy) BlockTypeVo refreshTeachlogs;
  14. @end