frameworks/WACommon.framework/Headers/WACommConstants.h
@@ -383,6 +383,14 @@ extern NSString *const WASDK_DEEP_LINK_TARGET_INVITE ; //获取月卡礼包列表 extern NSString *const WASDK_URL_PASS_GIFT_LIST ; //领取月卡礼包 extern NSString *const WASDK_URL_PASS_GIFT_CLAIM ; @interface WACommConstants : NSObject { } frameworks/WACommon.framework/Headers/WACommon.h
@@ -28,5 +28,5 @@ #import <WACommon/WAWebViewController.h> #import <WACommon/WAPaymentHelper.h> //time:2025/01/07 12:29 ver:4.12.0 //time:2025/01/07 12:29 ver:4.13.0 // 1 frameworks/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 frameworks/WACommon.framework/Info.plistBinary files differ
frameworks/WACommon.framework/WACommonBinary files differ