commit | author | age
|
6e1425
|
1 |
// |
H |
2 |
// WASDKLoginHandler.h |
|
3 |
// WASDKUI |
|
4 |
// |
|
5 |
// Created by wuyx on 15/9/6. |
|
6 |
// Copyright (c) 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 |
|
|
13 |
@interface WASdkLoginHandler : NSObject |
e395b5
|
14 |
//+(void)loginWithResult:(WALoginResult*)loginResult delegate:(id<WALoginDelegate>)delegate; |
6e1425
|
15 |
+(void)loginWithResult:(WALoginResult*)loginResult extInfo:(NSString*)extInfo delegate:(id<WALoginDelegate>)delegate; |
H |
16 |
+(void)refreshTokenWithBlock:(void(^)(NSError* error ,NSString* token))block; |
|
17 |
+(void)getLoginWay:(void(^)(NSError* error ,NSArray* loginWays))block; |
|
18 |
@end |