lpw
2026-03-13 f81f651420cf39c67e1d05e9352cb99329841a93
frameworks/WACommon.framework/Headers/WAHelper.h
@@ -60,6 +60,9 @@
+(NSDate*)getLocalTime;
+(NSMutableDictionary*)addParam:(id)param andKey:(NSString *const)key forDict:(NSMutableDictionary*)dict;
+(UIViewController *)getCurrentVC;
//返回当前应用程序窗口最顶层的视图控制器
+(UIViewController *)getCurrentTopViewController;
+ (UIWindow *)wa_keyWindow;
+(void)addOrientationNotification:(id)observer selector:(SEL)selector object:(id)object;
+(void)removeOrientationNotification:(id)observer object:(id)object;
+(NSString *)getMacAddress;
@@ -76,7 +79,14 @@
+(NSMutableArray*)getContryDataSourceArray;
// 检测是否内购中
+(BOOL)isIAPPaying;
+(void)setPayStatus:(BOOL)status;
// 查看配置项,是否需要展示登录框的返回按钮
+ (BOOL) needShowloginUIBackButton;
@end