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