From 6292e6e7d16f11bafc58b9489a8b9b44f7c81774 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 16 Jul 2026 09:30:27 +0800 Subject: [PATCH] 提交版本 4.13.0 --- WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WAHelper.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WAHelper.h b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WAHelper.h index 0d2a2d8..6c9cca8 100644 --- a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WAHelper.h +++ b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WAHelper.h @@ -62,6 +62,9 @@ +(UIViewController *)getCurrentVC; //返回当前应用程序窗口最顶层的视图控制器 +(UIViewController *)getCurrentTopViewController; ++ (UIWindow *)wa_keyWindow; ++(NSString *)hostAppName; ++(UIImage *)hostAppIcon; +(void)addOrientationNotification:(id)observer selector:(SEL)selector object:(id)object; +(void)removeOrientationNotification:(id)observer object:(id)object; +(NSString *)getMacAddress; @@ -86,4 +89,8 @@ // 查看配置项,是否需要展示登录框的返回按钮 + (BOOL) needShowloginUIBackButton; + ++ (NSString *)percentEscapedString:(NSString *)string; + ++ (NSString *)base64EncodedString:(NSString *)input; @end -- Gitblit v1.8.0