commit | author | age
|
6e1425
|
1 |
// |
H |
2 |
// WASDKAccountListUI.h |
|
3 |
// test |
|
4 |
// |
|
5 |
// Created by wuyx on 16/1/12. |
|
6 |
// Copyright © 2016年 GHW. All rights reserved. |
|
7 |
// |
|
8 |
|
|
9 |
#import <UIKit/UIKit.h> |
|
10 |
#import <WACommon/WACommon.h> |
|
11 |
#import <WASdkIntf/WASdkIntf.h> |
|
12 |
#import "WASdkAccountMainUI.h" |
|
13 |
@interface WASdkAccountListUI : UIView |
|
14 |
-(instancetype)initWithFrame:(CGRect)frame andMainUI:(WASdkAccountMainUI*)mainUI; |
|
15 |
@property(nonatomic,weak)WASdkAccountMainUI* mainUI; |
09e73a
|
16 |
@property(nonatomic,weak)id<WAAcctManagerDelegate>acctDelegate; |
L |
17 |
|
|
18 |
|
6e1425
|
19 |
@end |