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