// // ChangeSchoolDetailListViewController.h // jiaPei // // Created by 张嵘 on 2019/7/2. // Copyright © 2019 JCZ. All rights reserved. // #import #import "ChangeSchoolListModel.h" NS_ASSUME_NONNULL_BEGIN @interface ChangeSchoolDetailListViewController : UIViewController @property (nonatomic, readwrite, strong) ZXINFO *info; @property (weak, nonatomic) IBOutlet UITableView *tableView; @end NS_ASSUME_NONNULL_END