//
//  WASDKAccountSwitchUI.h
//  test
//
//  Created by wuyx on 16/1/14.
//  Copyright 漏 2016骞� GHW. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <WACommon/WACommon.h>
#import "WASdkAccountMainUI.h"
@interface WASdkAccountSwitchUI : UIScrollView
@property(nonatomic,weak)WASdkAccountMainUI* mainUI;
@end