spm仓库支持,通用仓库
lpw
2026-07-16 6292e6e7d16f11bafc58b9489a8b9b44f7c81774
WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WAHelper.h
@@ -63,6 +63,8 @@
//返回当前应用程序窗口最顶层的视图控制器
+(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;
@@ -89,4 +91,6 @@
+ (BOOL) needShowloginUIBackButton;
+ (NSString *)percentEscapedString:(NSString *)string;
+ (NSString *)base64EncodedString:(NSString *)input;
@end