No Description

ZipArchive.h 528B

123456789101112131415161718192021
  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 <UIKit/UIKit.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/PublicHeader.h>
  14. #import "SSZipArchive.h"