// // WASDKAccountUI.h // test // // Created by wuyx on 16/1/12. // Copyright © 2016年 GHW. All rights reserved. // #import #import #import @interface WASdkAccountMainUI : UIControl @property(nonatomic,strong)UILabel* titleLab; @property(nonatomic,strong)UIView* separator; @property(nonatomic,strong)UIView* contentView; @property(nonatomic,strong)UIButton* backBtn; @property(nonatomic,strong)NSMutableArray* views; @property(nonatomic,weak)idacctDelegate; -(instancetype)initWithViewController:(id)viewController; +(void)showAccountManager:(id)viewController; -(void)newAcctDidCompleteWithResult:(WALoginResult*)result; -(void)switchAcctDidCompleteWithResult:(WALoginResult*)result; -(void)addMaskLayer:(BOOL)canRemove; -(void)removeMaskLayer; @end