ModifyPhoneChangeController.h 301 B

123456789101112131415161718
  1. //
  2. // ModifyPhoneChangeController.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by Kyle on 2022/3/22.
  6. //
  7. #import "KSBaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ModifyPhoneChangeController : KSBaseViewController
  10. @property (nonatomic, strong) NSString *prePhone;
  11. @end
  12. NS_ASSUME_NONNULL_END