lpw
2021-02-02 4ae86a682de87b00d87eb2783b51b2d0f844a798
commit | author | age
6e1425 1 //
H 2 //  WASDKSwitchAccountHandler.h
3 //  WASDKUI
4 //
5 //  Created by wuyx on 15/12/15.
6 //  Copyright © 2015年 GHW-T-01. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 #import <WASdkIntf/WASdkIntf.h>
11 #import <WACommon/WACommon.h>
12 @interface WASdkAccountSwitchHandler : NSObject<WALoginDelegate>
13 /**
14  *  切换账户
15  */
16 +(void)switchAccount:(NSString*)accountType completeBlock:(void(^)(NSError* error,WALoginResult* result))block;
17 @end