From 5e128c7c6d8b08901f78b5ecf8ee5e4ea16c6777 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 16 Jul 2026 11:51:56 +0800
Subject: [PATCH] 提交版本 4.13.1

---
 frameworks/WACommon.framework/Headers/WAHelper.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/frameworks/WACommon.framework/Headers/WAHelper.h b/frameworks/WACommon.framework/Headers/WAHelper.h
index 6cf9a98..6c9cca8 100644
--- a/frameworks/WACommon.framework/Headers/WAHelper.h
+++ b/frameworks/WACommon.framework/Headers/WAHelper.h
@@ -63,6 +63,8 @@
 //返回当前应用程序窗口最顶层的视图控制器
 +(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;
@@ -89,4 +91,6 @@
 + (BOOL) needShowloginUIBackButton;
 
 + (NSString *)percentEscapedString:(NSString *)string;
+
++ (NSString *)base64EncodedString:(NSString *)input;
 @end

--
Gitblit v1.8.0