- //
- // ElearningLogVC.h
- // JSJPCoach
- //
- // Created by EchoShacolee on 2018/1/30.
- // Copyright © 2018年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ElearningLogVC : UIViewController
- @property (nonatomic, strong) NSDictionary *stuDic;
- @end
|