From 07b050f6654a7c5f7a07887a8b8746f3adf85235 Mon Sep 17 00:00:00 2001 From: lpw Date: Fri, 28 Jun 2024 15:50:27 +0800 Subject: [PATCH] 提交4.1.0 --- frameworks/WASdkIntf.framework/Headers/WASdkIntf.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h b/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h index 7408df1..d26e5b7 100644 --- a/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h +++ b/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h @@ -39,6 +39,7 @@ #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> @@ -59,6 +60,11 @@ #import <WASdkIntf/WAError.h> #import <WASdkIntf/WAErrorCode.h> #import <WASdkIntf/WASdkIntf.h> +#import <WASdkIntf/WADeleteRequestModel.h> +#import <WASdkIntf/WADeleteResult.h> +#import <WASdkIntf/WAIAdmob.h> +#import <WASdkIntf/WAAdMobProxy.h> + //! Project version number for WASdkIntf. FOUNDATION_EXPORT double WASdkIntfVersionNumber; @@ -67,4 +73,4 @@ // In this header, you should import all the public headers of your framework using statements like #import <WASdkIntf/PublicHeader.h> -//time:2019/09/19 09:15 ver:3.8.3 +//time:2024/06/24 12:29 ver:4.1.0 -- Gitblit v1.8.0