CNLiveChangePayPasswordController.h
398 Bytes
//
// CNLiveChangePayPasswordController.h
// CNLiveBalanceModule
//
// Created by 153993236@qq.com on 11/12/2019.
// Copyright (c) 2019 153993236@qq.com. All rights reserved.
//
/**
* 修改支付密码
*/
#import <UIKit/UIKit.h>
#import "CNCommonViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface CNLiveChangePayPasswordController : CNCommonViewController
@end
NS_ASSUME_NONNULL_END