Notify_SelectSchVC.h 265 B

123456789101112131415
  1. //
  2. // Notify_SelectSchVC.h
  3. // LNManager
  4. //
  5. // Created by EchoShacolee on 2017/6/21.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import "SchoolListVC.h"
  9. @interface Notify_SelectSchVC : SchoolListVC
  10. @property(nonatomic, copy)MyBlockType blcok;
  11. @end