HotPatchPlugin.h 414 Bytes
Newer Older
李晓兵's avatar
李晓兵 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
//
//  BaiduPushPlugin.h
//  HelloCordova
//
//  Created by titengjiang on 15/9/23.
//
//

#import <UIKit/UIKit.h>
#import <Cordova/CDVPlugin.h>
#import <Cordova/CDVInvokedUrlCommand.h>
#import <ZipArchive/SSZipArchive.h>

//#import "SSZipArchive.h"
#import <Cordova/CDVViewController.h>


@interface HotPatchPlugin : CDVPlugin <SSZipArchiveDelegate>

-(void)updateNewVersion:(CDVInvokedUrlCommand*)command;

@end