// // ChangePasswordViewController.h // FunSDKDemo // // Created by XM on 2018/10/17. // Copyright © 2018年 XM. All rights reserved. // /** 修改密码功能 *1、按照格式要求输入旧密码和新密码 *2、调用密码修改接口 */ #import @interface ChangePasswordViewController : UIViewController @end