ChangeSchoolDetailPictureCell.m 314 B

123456789101112131415161718
  1. //
  2. // ChangeSchoolDetailPictureCell.m
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2019/7/2.
  6. // Copyright © 2019 JCZ. All rights reserved.
  7. //
  8. #import "ChangeSchoolDetailPictureCell.h"
  9. @implementation ChangeSchoolDetailPictureCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. // Initialization code
  13. }
  14. @end