commit | author | age | ||
330f2f | 1 | // |
H | 2 | // APUser.h |
3 | // WAApImplUI | |
4 | // | |
5 | // Created by wuyx on 16/3/7. | |
6 | // Copyright © 2016年 GHW-T-01. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <Foundation/Foundation.h> | |
10 | #import <WASdkIntf/WASdkIntf.h> | |
11 | #import <WACommon/WACommon.h> | |
12 | @interface WAAPUser : WAIUser | |
13 | ||
14 | @end |