Initial Commit

This commit is contained in:
Donato Fiore
2023-11-30 21:06:53 -05:00
committed by GitHub
commit 7e2c90a560
59 changed files with 14054 additions and 0 deletions

19
SSZipArchive/ZipArchive.h Normal file
View File

@@ -0,0 +1,19 @@
//
// ZipArchive.h
// ZipArchive
//
// Created by Serhii Mumriak on 12/1/15.
// Copyright © 2015 smumryak. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for ZipArchive.
FOUNDATION_EXPORT double ZipArchiveVersionNumber;
//! Project version string for ZipArchive.
FOUNDATION_EXPORT const unsigned char ZipArchiveVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <ZipArchive/SSZipArchive.h>
#import "SSZipArchive.h"