Files
peko-ios/YuMi/Modules/YMMine/Presenter/XPMineResetPayPasswordPresenter.h
2023-07-14 18:50:55 +08:00

21 lines
450 B
Objective-C

//
// YMMineResetPayPasswordPresenter.h
// YUMI
//
// Created by YUMI on 2021/9/18.
//
#import "MainPresenter.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMineResetPayPasswordPresenter : MainPresenter
/// 重置支付密码
/// @param password 支付密码
/// @param phone 手机号
/// @param veriftCode 验证码
- (void)resetPayPassword:(NSString *)password phone:(NSString *)phone veriftCode:(NSString *)veriftCode;
@end
NS_ASSUME_NONNULL_END