lpw
2026-07-16 5e128c7c6d8b08901f78b5ecf8ee5e4ea16c6777
frameworks/WACommon.framework/Headers/WAHelper.h
@@ -62,6 +62,9 @@
+(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;
@@ -81,4 +84,13 @@
// 检测是否内购中
+(BOOL)isIAPPaying;
+(void)setPayStatus:(BOOL)status;
// 查看配置项,是否需要展示登录框的返回按钮
+ (BOOL) needShowloginUIBackButton;
+ (NSString *)percentEscapedString:(NSString *)string;
+ (NSString *)base64EncodedString:(NSString *)input;
@end