spm仓库支持,通用仓库
lpw
2 days ago 6185badc9f6938ce210c56ca2b5037c561274ec8
WASdkIntf/WASdkIntf.xcframework/ios-arm64/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