// // WASDKAccountUI.h // test // // Created by wuyx on 16/1/12. // Copyright © 2016年 GHW. All rights reserved. // #import #import #import @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