// // ChangeSchoolDetailCell.h // jiaPei // // Created by 张嵘 on 2019/7/2. // Copyright © 2019 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ChangeSchoolDetailCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *leftTitleLabel; @property (weak, nonatomic) IBOutlet UILabel *rightContentLabel; @end NS_ASSUME_NONNULL_END