hank
2016-12-15 b39d1053deffd0254aa4dbe0c4c2b4c423fdf5ff
commit | author | age
d1f6ab 1 //
H 2 //  WAApwProxy.h
3 //  WASdkIntfUI
4 //
5 //  Created by GHW-T-01 on 16/3/1.
6 //  Copyright © 2016年 GHW-T-01. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 /*!
11  @discussion WAApwProxy
12  - - -
13  */
14 @interface WAApwProxy : NSObject
15 /*!
16  @abstract 显示浮动按钮
17  */
18 +(void)showEntryFlowIcon;
19 /*!
20  @abstract 隐藏浮动按钮
21  */
22 +(void)hideEntryFlowIcon;
23
24 @end