commit | author | age | ||
5f1e40 | 1 | // |
L | 2 | // WAQQUser.h |
3 | // WAQQImpl | |
4 | // | |
5 | // Created by LPW on 2020/3/9. | |
6 | // Copyright © 2020 LPW. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <WASdkIntf/WASdkIntf.h> | |
10 | #import "WAQQCore.h" | |
11 | NS_ASSUME_NONNULL_BEGIN | |
12 | ||
13 | @interface WAQQUser : WAIUser | |
14 | ||
15 | ||
16 | ||
17 | @end | |
18 | ||
19 | NS_ASSUME_NONNULL_END |