lpw
2026-02-03 9f1e963731de068cd0523b4572ee55771892a28c
frameworks/WASdkIntf.framework/Headers/WAUserProxy.h
@@ -18,6 +18,8 @@
#import <WASdkIntf/WADeleteResult.h>
#import <WASdkIntf/WACustomerResult.h>
#import <WASdkIntf/WAPlatformAccountInfo.h>
#import <WASdkIntf/WAPassPlatformInfo.h>
@@ -523,4 +525,13 @@
+ (void)getPassInfo:(void(^_Nullable)(NSError * _Nullable error, WAPassPlatformInfo * _Nullable passPlatfromInfo))completeBlock;
+ (void)showPassUserGuide:(void(^_Nullable)(NSError * _Nullable error))completeBlock;
@end