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/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