ApplyPlanStuListVC.h 395 B

12345678910111213141516171819202122
  1. //
  2. // ApplyPlanStuListVC.h
  3. // LN_School
  4. //
  5. // Created by apple on 2017/7/17.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. //这个页面可能要做个取消学员预约的功能 放在学员的信息按钮上 取消预约后要刷新0.0
  9. #import <UIKit/UIKit.h>
  10. @interface ApplyPlanStuListVC : UIViewController
  11. @property (nonatomic, strong) NSDictionary *planDic;
  12. @end