// // ChangeSchoolListViewController.h // jiaPei // // Created by 张嵘 on 2019/7/1. // Copyright © 2019 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ChangeSchoolListViewController : UIViewController @property (weak, nonatomic) IBOutlet UITableView *tableView; @end NS_ASSUME_NONNULL_END