//
//  WASDKSwitchAccountHandler.h
//  WASDKUI
//
//  Created by wuyx on 15/12/15.
//  Copyright 漏 2015骞� GHW-T-01. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <WASdkIntf/WASdkIntf.h>
#import <WACommon/WACommon.h>
@interface WASdkAccountSwitchHandler : NSObject<WALoginDelegate>
/**
 *  鍒囨崲璐︽埛
 */
+(void)switchAccount:(NSString*)accountType completeBlock:(void(^)(NSError* error,WALoginResult* result))block;
@end