// // WASDKAccountSwitchUI.h // test // // Created by wuyx on 16/1/14. // Copyright © 2016年 GHW. All rights reserved. // #import #import #import "WASdkAccountMainUI.h" @interface WASdkAccountSwitchUI : UIScrollView @property(nonatomic,weak)WASdkAccountMainUI* mainUI; @end