lpw
2022-07-07 323473db4a10949a6d6dab3f55ab1e40696308ba
commit | author | age
dcdc07 1 //
cf3302 2 //  WAIHup.h
dcdc07 3 //  WASdkIntfUI
W 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"
cf3302 11 @interface WAIHup : NSObject
dcdc07 12 -(void)checkUpdate:(void(^)(NSError* error,WAUpdateInfo* updateInfo))handler;
W 13 -(void)startUpdate:(WAUpdateInfo*)updateInfo handler:(void(^)(NSError* error))handler;
14 -(WAUpdateInfo*)getPatchInfo;
15 @end