12345678910111213141516 |
- //
- // EleMinRecordListVC.h
- // JSJPCoach
- //
- // Created by EchoShacolee on 2018/1/31.
- // Copyright © 2018年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface EleMinRecordListVC : UITableViewController
- @property(nonatomic,copy)NSString * stuID;
- @property(nonatomic,copy)NSString * classId;
- @end
|