From bdad199a9d01d78468a34be3f0059be744855a08 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Wed, 15 Jul 2026 10:15:04 +0800 Subject: [PATCH] 提交版本 4.13.0 --- frameworks/WACommon.framework/Headers/WAHelper.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/frameworks/WACommon.framework/Headers/WAHelper.h b/frameworks/WACommon.framework/Headers/WAHelper.h index 0d2a2d8..6c9cca8 100644 --- a/frameworks/WACommon.framework/Headers/WAHelper.h +++ b/frameworks/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