Wuyx
2017-01-17 5ed44f1f2b699b1f78935651b0a4b9d9467fa9f1
commit | author | age
dcdc07 1 //
W 2 //  WAAppWall.h
3 //  WASdkIntfUI
4 //
5 //  Created by wuyx on 16/3/2.
6 //  Copyright © 2016年 GHW-T-01. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface WAIAppWall : NSObject
12 -(void)showEntryFlowIcon;
13 -(void)hideEntryFlowIcon;
14 @end