lpw
2024-06-26 45ad02909f31e1a2ec3889bfc2ff6961317c721c
commit | author | age
d1f6ab 1 //
d0b2df 2 //  WAIHup.h
d1f6ab 3 //  WASdkIntfUI
H 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"
d0b2df 11 @interface WAIHup : NSObject
d1f6ab 12 -(void)checkUpdate:(void(^)(NSError* error,WAUpdateInfo* updateInfo))handler;
H 13 -(void)startUpdate:(WAUpdateInfo*)updateInfo handler:(void(^)(NSError* error))handler;
14 -(WAUpdateInfo*)getPatchInfo;
15 @end