commit | author | age | ||
6e1425 | 1 | // |
H | 2 | // WASDKLoginButton.h |
3 | // WASDKUI | |
4 | // | |
5 | // Created by wuyx on 16/1/15. | |
6 | // Copyright © 2016年 GHW-T-01. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <UIKit/UIKit.h> | |
10 | ||
11 | @interface WASdkLoginButton : UIButton | |
12 | @property(nonatomic,strong)NSString* title; | |
13 | @property(nonatomic,strong)UIImageView* logo; | |
14 | @property(nonatomic,strong)UILabel* loginTypeLab; | |
15 | @end |