Wuyx
2016-12-19 dc3b29203bbfa60bc885d370f2cc7949359b6042
commit | author | age
7321fb 1 //
W 2 //  WALuaApwProxy.h
3 //  WACocos2dxLua
4 //
5 //  Created by wuyx on 16/9/20.
6 //
7 //
8
9 #import <Foundation/Foundation.h>
10 #import <WASdkIntf/WASdkIntf.h>
11 @interface WALuaApwProxy : NSObject
12 /*!
13  @abstract 显示浮动按钮
14  */
15 +(void)showEntryFlowIcon;
16 /*!
17  @abstract 隐藏浮动按钮
18  */
19 +(void)hideEntryFlowIcon;
20 @end