From a9a447b013dad900aa3abdad6122e422e09fea11 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 16 Jul 2026 09:11:08 +0800
Subject: [PATCH] 提交版本 4.13.0

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

diff --git a/frameworks/WACommon.framework/Headers/WAHelper.h b/frameworks/WACommon.framework/Headers/WAHelper.h
index 6791057..6c9cca8 100644
--- a/frameworks/WACommon.framework/Headers/WAHelper.h
+++ b/frameworks/WACommon.framework/Headers/WAHelper.h
@@ -60,6 +60,11 @@
 +(NSDate*)getLocalTime;
 +(NSMutableDictionary*)addParam:(id)param andKey:(NSString *const)key forDict:(NSMutableDictionary*)dict;
 +(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;
@@ -76,7 +81,16 @@
 
 +(NSMutableArray*)getContryDataSourceArray;
 
+// 检测是否内购中
++(BOOL)isIAPPaying;
++(void)setPayStatus:(BOOL)status;
 
 
 
+// 查看配置项,是否需要展示登录框的返回按钮
++ (BOOL) needShowloginUIBackButton;
+
++ (NSString *)percentEscapedString:(NSString *)string;
+
++ (NSString *)base64EncodedString:(NSString *)input;
 @end

--
Gitblit v1.8.0