commit | author | age | ||
85c9ff | 1 | // |
H | 2 | // WAWechatUser.h |
3 | // WAWechatImplUI | |
4 | // | |
5 | // Created by hank on 2016/11/23. | |
6 | // Copyright © 2016年 hank. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <WASdkIntf/WASdkIntf.h> | |
10 | #import <WACommon/WACommon.h> | |
11 | ||
12 | @interface WAWechatUser : WAIUser | |
13 | ||
14 | @end |