EleMinRecordListVC.h 319 B

12345678910111213141516
  1. //
  2. // EleMinRecordListVC.h
  3. // JSJPCoach
  4. //
  5. // Created by EchoShacolee on 2018/1/31.
  6. // Copyright © 2018年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EleMinRecordListVC : UITableViewController
  10. @property(nonatomic,copy)NSString * stuID;
  11. @property(nonatomic,copy)NSString * classId;
  12. @end