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