123456789101112131415161718 |
- //
- // Notify_SelectCityVC.h
- // LNManager
- //
- // Created by EchoShacolee on 2017/6/21.
- // Copyright © 2017年 lee. All rights reserved.
- //
- #import "BaseVC.h"
- @interface Notify_SelectCityVC : BaseVC
- @property(nonatomic,copy)MyBlockType blcok;
- @property(nonatomic,strong)UITableView *tableView;
- @property(nonatomic,copy)BlockTypeVo goSchBlock;//回到选择驾校
- @end
|