Wuyx
2016-12-01 125f2165e436aec60ce5c6e600cd028f0ce0da59
commit | author | age
dcdc07 1 //
W 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