Wuyx
2016-12-22 d8d5ed0df38f9b558a031bfed7b0ad5a3ff6d588
commit | author | age
7321fb 1 //
W 2 //  WALuaHupProxy.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 WALuaHupProxy : NSObject
12 /*!
13  @abstract 检查更新
14  @param handler 回调
15  */
16 +(void)checkUpdate:(NSDictionary*)dict;
17 /*!
18  @abstract 开始更新
19  @param handler 回调
20  */
21 +(void)startUpdate:(NSDictionary*)dict;
22 /*!
23  @abstract 获取更新包信息
24  @return WAUpdateInfo 更新包信息
25  */
26 +(WAUpdateInfo*)getPatchInfo;
27 @end