- //
- // Notify_SelectSchVC.h
- // LNManager
- //
- // Created by EchoShacolee on 2017/6/21.
- // Copyright © 2017年 lee. All rights reserved.
- //
- #import "SchoolListVC.h"
- @interface Notify_SelectSchVC : SchoolListVC
- @property(nonatomic, copy)MyBlockType blcok;
- @end
|