From 6185badc9f6938ce210c56ca2b5037c561274ec8 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 08 Jan 2026 09:18:32 +0800 Subject: [PATCH] 提交版本 4.9.0 --- WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h index be0bd0a..21a58bb 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h @@ -18,6 +18,8 @@ #import <WASdkIntf/WADeleteResult.h> #import <WASdkIntf/WACustomerResult.h> #import <WASdkIntf/WAPlatformAccountInfo.h> +#import <WASdkIntf/WAPassPlatformInfo.h> + @@ -523,4 +525,13 @@ ++ (void)getPassInfo:(void(^_Nullable)(NSError * _Nullable error, WAPassPlatformInfo * _Nullable passPlatfromInfo))completeBlock; + + ++ (void)showPassUserGuide:(void(^_Nullable)(NSError * _Nullable error))completeBlock; + + + + + @end -- Gitblit v1.8.0