lpw
2021-08-10 9c03ac6718e71f68d1a6d6766e85e185d9cf6bb0
commit | author | age
6e1425 1 //
H 2 //  WASDKAccountSwitchUI.h
3 //  test
4 //
5 //  Created by wuyx on 16/1/14.
6 //  Copyright © 2016年 GHW. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10 #import <WACommon/WACommon.h>
11 #import "WASdkAccountMainUI.h"
e395b5 12 @interface WASdkAccountSwitchUI : UIScrollView
6e1425 13 @property(nonatomic,weak)WASdkAccountMainUI* mainUI;
H 14 @end