added iOS source code
[wl-app.git] / iOS / Pods / SSZipArchive / SSZipArchive / ZipArchive.h
1 //
2 //  ZipArchive.h
3 //  ZipArchive
4 //
5 //  Created by Serhii Mumriak on 12/1/15.
6 //  Copyright © 2015 smumryak. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11 //! Project version number for ZipArchive.
12 FOUNDATION_EXPORT double ZipArchiveVersionNumber;
13
14 //! Project version string for ZipArchive.
15 FOUNDATION_EXPORT const unsigned char ZipArchiveVersionString[];
16
17 // In this header, you should import all the public headers of your framework using statements like #import <ZipArchive/SSZipArchive.h>
18
19 #import "SSZipArchive.h"