commit | author | age | ||
6e1425 | 1 | // |
H | 2 | // WASDKLoginUI.h |
3 | // WASDKUI | |
4 | // | |
5 | // Created by wuyx on 16/1/11. | |
6 | // Copyright © 2016年 GHW-T-01. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <UIKit/UIKit.h> | |
10 | #import <WASdkIntf/WASdkIntf.h> | |
11 | #import <WACommon/WACommon.h> | |
12 | @interface WASdkLoginUI : UIControl | |
13 | @property(nonatomic,strong)NSArray* loginWays; | |
14 | -(instancetype)initWithCacheEnabled:(BOOL)cacheEnabled; | |
15 | -(void)login:(id<WALoginViewDelegate>)delegate; | |
16 | -(void)hide; | |
17 | @end |