From 74a40074dd6c9a0dd26a04dd9ae4b4d3bcf224d0 Mon Sep 17 00:00:00 2001 From: lpw Date: Thu, 20 Jul 2023 19:47:53 +0800 Subject: [PATCH] 3.16.0 --- frameworks/WASdkImpl.framework/Headers/WASdkLoginUI.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkLoginUI.h b/frameworks/WASdkImpl.framework/Headers/WASdkLoginUI.h index 930e6c2..6081dda 100644 --- a/frameworks/WASdkImpl.framework/Headers/WASdkLoginUI.h +++ b/frameworks/WASdkImpl.framework/Headers/WASdkLoginUI.h @@ -4,7 +4,7 @@ // // Created by wuyx on 16/1/11. // Copyright © 2016年 GHW-T-01. All rights reserved. -// +// 国外登录窗口 #import <UIKit/UIKit.h> #import <WASdkIntf/WASdkIntf.h> @@ -14,4 +14,5 @@ -(instancetype)initWithCacheEnabled:(BOOL)cacheEnabled; -(void)login:(id<WALoginViewDelegate>)delegate; -(void)hide; +-(void)isSwichUI; @end -- Gitblit v1.8.0