LPW
2022-01-05 0b97cfb3490c70664ec62cd5f9e5f01abd912270
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