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 |