ChangeSchoolDetailListViewController.h 445 B

12345678910111213141516171819202122
  1. //
  2. // ChangeSchoolDetailListViewController.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2019/7/2.
  6. // Copyright © 2019 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ChangeSchoolListModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface ChangeSchoolDetailListViewController : UIViewController
  12. @property (nonatomic, readwrite, strong) ZXINFO *info;
  13. @property (weak, nonatomic) IBOutlet UITableView *tableView;
  14. @end
  15. NS_ASSUME_NONNULL_END