Wuyx
2017-01-11 96283659199d867f5ec4cd1168d60e05baa36011
commit | author | age
dcdc07 1 //
W 2 //  WAHotUpdate.h
3 //  WASdkIntfUI
4 //
5 //  Created by wuyx on 16/3/2.
6 //  Copyright © 2016年 GHW-T-01. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 #import "WAHupProxy.h"
11 @interface WAHotUpdate : NSObject
12 -(void)checkUpdate:(void(^)(NSError* error,WAUpdateInfo* updateInfo))handler;
13 -(void)startUpdate:(WAUpdateInfo*)updateInfo handler:(void(^)(NSError* error))handler;
14 -(WAUpdateInfo*)getPatchInfo;
15 @end