// // ChangeSchoolListCell.h // jiaPei // // Created by 张嵘 on 2019/7/1. // Copyright © 2019 JCZ. All rights reserved. // #import #import "ChangeSchoolListModel.h" NS_ASSUME_NONNULL_BEGIN @interface ChangeSchoolListCell : UITableViewCell @property (nonatomic, readwrite, strong) ChangeSchoolListModel *changeSchoolListModel; @end NS_ASSUME_NONNULL_END