From 89eb7ba0ce2883f4365f0d93132ad9779fee5b9f Mon Sep 17 00:00:00 2001
From: lpw
Date: Fri, 28 Jun 2024 17:51:54 +0800
Subject: [PATCH] 4.1.0

---
 frameworks/WACommon.framework/Headers/WAHelper.h |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/frameworks/WACommon.framework/Headers/WAHelper.h b/frameworks/WACommon.framework/Headers/WAHelper.h
index 6791057..c6780a1 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;
@@ -76,7 +78,7 @@
 
 +(NSMutableArray*)getContryDataSourceArray;
 
-
-
-
+// 检测是否内购中
++(BOOL)isIAPPaying;
++(void)setPayStatus:(BOOL)status;
 @end

--
Gitblit v1.8.0