lpw
2026-07-15 bdad199a9d01d78468a34be3f0059be744855a08
提交版本 4.13.0
5 files modified
14 ■■■■■ changed files
frameworks/WACommon.framework/Headers/WACommConstants.h 8 ●●●●● patch | view | raw | blame | history
frameworks/WACommon.framework/Headers/WACommon.h 2 ●●● patch | view | raw | blame | history
frameworks/WACommon.framework/Headers/WAHelper.h 4 ●●●● patch | view | raw | blame | history
frameworks/WACommon.framework/Info.plist patch | view | raw | blame | history
frameworks/WACommon.framework/WACommon patch | view | raw | blame | history
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.plist
Binary files differ
frameworks/WACommon.framework/WACommon
Binary files differ