From 45ad02909f31e1a2ec3889bfc2ff6961317c721c Mon Sep 17 00:00:00 2001 From: lpw Date: Wed, 26 Jun 2024 17:07:04 +0800 Subject: [PATCH] 提交2.9.1 --- frameworks/WASdkIntf.framework/Headers/WASdkIntf.h | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h b/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h index bd72db0..1a3f9b1 100644 --- a/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h +++ b/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h @@ -6,6 +6,10 @@ // Copyright © 2016年 GHW-T-01. All rights reserved. // +#import <WASdkIntf/WAICsc.h> +#import <WASdkIntf/WACscProxy.h> +#import <WASdkIntf/WAIAd.h> +#import <WASdkIntf/WAAdProxy.h> #import <WASdkIntf/WAIPush.h> #import <WASdkIntf/WAPushProxy.h> #import <WASdkIntf/WAIApw.h> @@ -21,6 +25,7 @@ #import <WASdkIntf/WAIPay.h> #import <WASdkIntf/WAPayProxy.h> #import <WASdkIntf/WAIapProduct.h> +#import <WASdkIntf/WAChannelProduct.h> #import <WASdkIntf/WAPayChannel.h> #import <WASdkIntf/WAIapResult.h> #import <WASdkIntf/WAISocial.h> @@ -31,8 +36,10 @@ #import <WASdkIntf/WATrackProxy.h> #import <WASdkIntf/WABindingResult.h> #import <WASdkIntf/WALoginResult.h> +#import <WASdkIntf/WAUserCenterResult.h> #import <WASdkIntf/WAIUser.h> #import <WASdkIntf/WAUserProxy.h> +#import <WASdkIntf/WACertificationInfo.h> #import <WASdkIntf/WAAccount.h> #import <WASdkIntf/WAClassGenerator.h> #import <WASdkIntf/WAShareVideo.h> @@ -53,6 +60,9 @@ #import <WASdkIntf/WAError.h> #import <WASdkIntf/WAErrorCode.h> #import <WASdkIntf/WASdkIntf.h> +#import <WASdkIntf/WADeleteRequestModel.h> +#import <WASdkIntf/WADeleteResult.h> + //! Project version number for WASdkIntf. FOUNDATION_EXPORT double WASdkIntfVersionNumber; @@ -61,4 +71,4 @@ // In this header, you should import all the public headers of your framework using statements like #import <WASdkIntf/PublicHeader.h> -//time:2017/12/18 17:00 ver:1.1.4.2 +//time:2024/06/26 12:29 ver:2.9.1 -- Gitblit v1.8.0