lpw
2021-10-20 10deef625342233ae072d83e11e6f4f6963273ca
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