hank
2017-06-22 ce8465553517c0e9b8998c3a97944a12dd567466
commit | author | age
6e1425 1 //
H 2 //  WASDKAccountCreateHandler.h
3 //  WASDKUI
4 //
5 //  Created by wuyx on 16/1/21.
6 //  Copyright © 2016年 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 WASdkAccountCreateHandler : NSObject
13 +(void)createNewAccount:(void(^)(NSError* error,WALoginResult* result))block;
14 @end