lpw
2022-06-21 0e45cdadccf3b84483a1dc901884fd88fc2a32aa
commit | author | age
6e1425 1 //
H 2 //  WASDKAccountUI.h
3 //  test
4 //
5 //  Created by wuyx on 16/1/12.
6 //  Copyright © 2016年 GHW. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10 #import <WACommon/WACommon.h>
11 #import <WASdkIntf/WASdkIntf.h>
12 @interface WASdkAccountUI : UIView
13 @property(nonatomic,strong)NSString* platform;
14 @property(nonatomic,strong)UILabel* accTypeLab;
15 @property(nonatomic,strong)UILabel* accLab;
16 @property(nonatomic,strong)WAAccount* account;
17 @property(nonatomic,strong)UIButton* actBtn;
18 @property(nonatomic,strong)UIColor* actBtnColor;
19 @property(nonatomic)BOOL hadBound;
20 @property(nonatomic)int borderWidth;
21 @end