lpw
2023-07-20 8308c8cb515cb874c7d1f46c91e9b0ed62e474d5
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