lpw
2 days ago b49ce9b0df521c916cc63309ce0b191e385035fa
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