国内WASDK 应用墙渠道
hank
2017-03-27 8929369da70ca3a63953bf9448f62acb5d2957a6
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