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