commit | author | age | ||
892936 | 1 | // |
H | 2 | // WAApw.h |
3 | // WAApwImplUI | |
4 | // | |
5 | // Created by wuyx on 16/3/10. | |
6 | // Copyright © 2016年 GHW-T-01. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <Foundation/Foundation.h> | |
10 | #import <WASdkIntf/WASdkIntf.h> | |
11 | #import "WASdkExtend.h" | |
12 | @interface WAApw : WAIApw | |
13 | -(void)showEntryFlowIcon; | |
14 | -(void)hideEntryFlowIcon; | |
15 | @end |