// // ChangeSchoolDetailPictureCell.h // jiaPei // // Created by 张嵘 on 2019/7/2. // Copyright © 2019 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ChangeSchoolDetailPictureCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *imageView; @end NS_ASSUME_NONNULL_END