Notify_SelectCityVC.h 375 B

123456789101112131415161718
  1. //
  2. // Notify_SelectCityVC.h
  3. // LNManager
  4. //
  5. // Created by EchoShacolee on 2017/6/21.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import "BaseVC.h"
  9. @interface Notify_SelectCityVC : BaseVC
  10. @property(nonatomic,copy)MyBlockType blcok;
  11. @property(nonatomic,strong)UITableView *tableView;
  12. @property(nonatomic,copy)BlockTypeVo goSchBlock;//回到选择驾校
  13. @end