From 625be7754ff305f1d74a684b30db91c52041d428 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 11 Sep 2025 09:04:43 +0800
Subject: [PATCH] 提交版本 4.7.0

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

diff --git a/frameworks/WACommon.framework/Headers/WAHelper.h b/frameworks/WACommon.framework/Headers/WAHelper.h
index f20a475..0d2a2d8 100644
--- a/frameworks/WACommon.framework/Headers/WAHelper.h
+++ b/frameworks/WACommon.framework/Headers/WAHelper.h
@@ -60,6 +60,8 @@
 +(NSDate*)getLocalTime;
 +(NSMutableDictionary*)addParam:(id)param andKey:(NSString *const)key forDict:(NSMutableDictionary*)dict;
 +(UIViewController *)getCurrentVC;
+//返回当前应用程序窗口最顶层的视图控制器
++(UIViewController *)getCurrentTopViewController;
 +(void)addOrientationNotification:(id)observer selector:(SEL)selector object:(id)object;
 +(void)removeOrientationNotification:(id)observer object:(id)object;
 +(NSString *)getMacAddress;
@@ -71,4 +73,17 @@
 +(NSInteger)getSDKType;
 
 +(NSString*)getMsgWithDict:(NSDictionary*)dict;
+
+
+
++(NSMutableArray*)getContryDataSourceArray;
+
+// 检测是否内购中
++(BOOL)isIAPPaying;
++(void)setPayStatus:(BOOL)status;
+
+
+
+// 查看配置项,是否需要展示登录框的返回按钮
++ (BOOL) needShowloginUIBackButton;
 @end

--
Gitblit v1.8.0