From 11ca32f6a726d7fc015e8206cff31bd0b1a4f556 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Thu, 26 Sep 2019 12:32:59 +0800 Subject: [PATCH] 3.8.3 --- frameworks/WASdkIntf.framework/Headers/WASdkIntf.h | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h b/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h index ef7ade9..7408df1 100644 --- a/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h +++ b/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h @@ -6,6 +6,12 @@ // 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> #import <WASdkIntf/WAApwProxy.h> #import <WASdkIntf/WAConstants.h> @@ -19,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> @@ -29,6 +36,7 @@ #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/WAAccount.h> @@ -59,4 +67,4 @@ // In this header, you should import all the public headers of your framework using statements like #import <WASdkIntf/PublicHeader.h> -//time:2017/3/25 11:35 ver:3.6.2 +//time:2019/09/19 09:15 ver:3.8.3 -- Gitblit v1.8.0