From d9782e57cfb45d579792968c26f72872963cd1b7 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Tue, 21 May 2019 12:27:34 +0800
Subject: [PATCH] 添加V3.8.1

---
 frameworks/WASdkIntf.framework/Headers/WAIUser.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIUser.h b/frameworks/WASdkIntf.framework/Headers/WAIUser.h
index 5854d76..e25dd96 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIUser.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIUser.h
@@ -39,6 +39,8 @@
  sourceApplication:(NSString *)sourceApplication
         annotation:(id)annotation;
 
+- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options;
+
 -(void)loginWithResult:(WALoginResult*)result delegate:(id<WALoginDelegate>)delegate;
 -(void)loginWithResult:(WALoginResult*)result extInfo:(NSString*)extInfo delegate:(id<WALoginDelegate>)delegate;
 
@@ -47,4 +49,9 @@
 -(WALoginResult*)getCurrentLoginResult;
 
 -(void)didUserLogin:(void(^)(NSError* error,BOOL didLogin))block;
+
+- (void)getUserCenterNotice:(id<WAUserCenterNoticeDelegate>)delegate;
+
+- (void)showUserCenterNoticeUI:(id<WAUserCenterNoticeUIDelegate>)delegate;
+
 @end

--
Gitblit v1.8.0