ChangePasswordViewController.h 346 B

123456789101112131415161718192021
  1. //
  2. // ChangePasswordViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2018/10/17.
  6. // Copyright © 2018年 XM. All rights reserved.
  7. //
  8. /**
  9. 修改密码功能
  10. *1、按照格式要求输入旧密码和新密码
  11. *2、调用密码修改接口
  12. */
  13. #import <UIKit/UIKit.h>
  14. @interface ChangePasswordViewController : UIViewController
  15. @end