ZipArchive.h 640 B

123456789101112131415161718192021222324
  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. #if COCOAPODS
  15. #import <SSZipArchive/SSZipArchive.h>
  16. #else
  17. //#import <ZipArchive/SSZipArchive.h>
  18. #import "SSZipArchive.h"
  19. #endif