// // coachRecordVC.h // jiaPeiC // // Created by apple on 16/3/8. // Copyright © 2016年 JCZ. All rights reserved. // //教学日志 #import @interface coachRecordVC : UIViewController //set方法重写一下 直接搜到该学员 @property (nonatomic, strong) NSDictionary *stuDic; @end