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