From 5d292527cd65b418bc766ab1b604ac67037a1ec9 Mon Sep 17 00:00:00 2001
From: lpw
Date: Tue, 18 Mar 2025 15:31:47 +0800
Subject: [PATCH] no message

---
 frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h b/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h
index ff4bd65..2c576cb 100644
--- a/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h
+++ b/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h
@@ -19,8 +19,6 @@
 -(void)setCurrentLoginResult:(WALoginResult*)loginResult;
 //获取当前登录结果
 +(WALoginResult*)getCurrentLoginResult;
-//设置当前登录是否为绑定登录
-//+(void)setIsBindingLogin:(BOOL)isBinding;
 
 //弹出登录界面
 +(void)login:(id<WALoginViewDelegate>)delegate cacheEnabled:(BOOL)cacheEnabled;
@@ -29,4 +27,9 @@
 //设置当前平台
 +(void)setCurrentLoginPlatform:(NSString *)platform;
 +(NSString*)getCurrentLoginPlatform;
+
+// 针对wa登录(邮箱和手机登录)
+-(void)loginPlatform:(NSString*)platform WithExtInfo:(NSString *)extInfo delegate:(id<WALoginDelegate>)delegate;
+
+@property(nonatomic)BOOL switchWaLogin; //如果是切换wa账号,需要处理UI
 @end

--
Gitblit v1.8.0