123456789101112131415161718 |
- //
- // ChangeSchoolDetailPictureCell.m
- // jiaPei
- //
- // Created by 张嵘 on 2019/7/2.
- // Copyright © 2019 JCZ. All rights reserved.
- //
- #import "ChangeSchoolDetailPictureCell.h"
- @implementation ChangeSchoolDetailPictureCell
- - (void)awakeFromNib {
- [super awakeFromNib];
- // Initialization code
- }
- @end
|