UserForgetPasswordViewController.h 273 B

123456789101112131415
  1. //
  2. // UserForgetPasswordViewController.h
  3. // XenonSDK
  4. //
  5. // Created by fq on 2020/12/12.
  6. // Copyright © 2020 SAGESSE. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. //忘记密码页面.
  10. @interface UserForgetPasswordViewController : BaseViewController
  11. @end