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