Kofax Mobile SDK API Reference
KFXZipBundle.h
Go to the documentation of this file.
1 //
2 // KFXZipBundle.h
3 // kfxLibEngines
4 //
5 // Copyright (c) 2014-2017 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 //
8 
9 #ifndef KFXZIPBUNDLE
10 #define KFXZIPBUNDLE 1
11 
12 #import <Foundation/Foundation.h>
13 #import "KFXBundleProtocol.h"
14 
16 
21 @interface KFXZipBundle : NSObject <KFXBundleProtocol>
22 
24 
29 - (instancetype)initWithFile:(NSString*)path;
30 
31 @end
32 
33 #endif
Zip bundle.
Definition: KFXZipBundle.h:21
Bundle protocol.
Definition: KFXBundleProtocol.h:75
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.