hank
2017-04-28 890b99f2f0c39d4454368436ccc3289123f0f523
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