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