ZipArchive.h 537 B

12345678910111213141516171819
  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. #import <Foundation/Foundation.h>
  9. //! Project version number for ZipArchive.
  10. FOUNDATION_EXPORT double ZipArchiveVersionNumber;
  11. //! Project version string for ZipArchive.
  12. FOUNDATION_EXPORT const unsigned char ZipArchiveVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <ZipArchive/SSZipArchive.h>
  14. #import "SSZipArchive.h"