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/WAIUser.h |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h
index 41fb2b8..fadb96e 100644
--- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h
+++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h
@@ -211,8 +211,19 @@
 - (void)checkPlayerTask:(void(^_Nullable)(NSError * _Nullable error, BOOL success))completeBlock;
 
 
-
 - (void)getPlatformAccountInfo:(void(^_Nullable)(NSError * _Nullable error, WAPlatformAccountInfo * _Nullable acountInfo))completeBlock;
 
 
+/*!
+@discussion 月卡有关功能 4. 9.0增加
+ */
+- (void)getPassInfo:(void(^_Nullable)(NSError * _Nullable error, WAPassPlatformInfo * _Nullable passPlatfromInfo))completeBlock;
+
+
+- (void)showPassUserGuide:(void(^_Nullable)(NSError * _Nullable error))completeBlock;
+
+
+
+
+
 @end

--
Gitblit v1.8.0