2015-12-13 00:01:51 +02:00
|
|
|
//
|
|
|
|
|
// ZipArchive.h
|
|
|
|
|
// ZipArchive
|
|
|
|
|
//
|
|
|
|
|
// Created by Serhii Mumriak on 12/1/15.
|
|
|
|
|
// Copyright © 2015 smumryak. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
|
2016-01-01 21:44:37 +00:00
|
|
|
#import <Foundation/Foundation.h>
|
2015-12-13 00:01:51 +02:00
|
|
|
|
|
|
|
|
//! Project version number for ZipArchive.
|
|
|
|
|
FOUNDATION_EXPORT double ZipArchiveVersionNumber;
|
|
|
|
|
|
|
|
|
|
//! Project version string for ZipArchive.
|
|
|
|
|
FOUNDATION_EXPORT const unsigned char ZipArchiveVersionString[];
|
|
|
|
|
|
2017-09-13 15:54:43 +08:00
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <ZipArchive/SSZipArchive.h>
|
2015-12-13 00:01:51 +02:00
|
|
|
|
|
|
|
|
#import "SSZipArchive.h"
|