lpw
2023-07-20 74a40074dd6c9a0dd26a04dd9ae4b4d3bcf224d0
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