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