From d90ee1536e9e0cfdb62a70e36559e1cf2d8ce458 Mon Sep 17 00:00:00 2001 From: lpw Date: Wed, 25 Sep 2024 14:48:52 +0800 Subject: [PATCH] 提交4.3.0 --- frameworks/WACommon.framework/Headers/WAHelper.h | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/frameworks/WACommon.framework/Headers/WAHelper.h b/frameworks/WACommon.framework/Headers/WAHelper.h index 8d6bc1c..c6780a1 100644 --- a/frameworks/WACommon.framework/Headers/WAHelper.h +++ b/frameworks/WACommon.framework/Headers/WAHelper.h @@ -15,7 +15,7 @@ + (NSString *)file_md5:(NSString*) path; + (NSString*)getOts; + (id)toArrayOrNSDictionary:(NSString *)jsonString; -+ (void)setClientId:(NSString*)clientId; ++ (void)setClientId:(NSString*)newClientId; + (void)deleteClientId; + (NSString*)getClientId; + (NSString*)getBundleId; @@ -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,12 @@ +(NSInteger)getSDKType; +(NSString*)getMsgWithDict:(NSDictionary*)dict; + + + ++(NSMutableArray*)getContryDataSourceArray; + +// 检测是否内购中 ++(BOOL)isIAPPaying; ++(void)setPayStatus:(BOOL)status; @end -- Gitblit v1.8.0