coachRecordVC.h 316 B

123456789101112131415161718
  1. //
  2. // coachRecordVC.h
  3. // jiaPeiC
  4. //
  5. // Created by apple on 16/3/8.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. //教学日志
  9. #import <UIKit/UIKit.h>
  10. @interface coachRecordVC : UIViewController
  11. //set方法重写一下 直接搜到该学员
  12. @property (nonatomic, strong) NSDictionary *stuDic;
  13. @end