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