Files
yinmeng-ios/xplan-ios/Main/Mine/Protocol/XPMineModifPayProtocol.h

20 lines
284 B
C
Raw Normal View History

//
// XPMineModifPayProtocol.h
// xplan-ios
//
// Created by 冯硕 on 2021/9/18.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol XPMineModifPayProtocol <NSObject>
///修改支付密码成功
- (void)modifPayPasswordSuccess;
@end
NS_ASSUME_NONNULL_END