Skip to content

Commit

Permalink
Adding/changing comments..
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudsonWA committed Jun 3, 2021
1 parent f1874a8 commit 825ff12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion SSZipArchive/SSZipArchive.h
Expand Up @@ -3,7 +3,6 @@
// SSZipArchive
//
// Created by Sam Soffes on 7/21/10.
// Copyright (c) Sam Soffes 2010-2015. All rights reserved.
//

#ifndef _SSZIPARCHIVE_H
Expand Down
1 change: 0 additions & 1 deletion SSZipArchive/SSZipArchive.m
Expand Up @@ -3,7 +3,6 @@
// SSZipArchive
//
// Created by Sam Soffes on 7/21/10.
// Copyright (c) Sam Soffes 2010-2015. All rights reserved.
//

#import "SSZipArchive.h"
Expand Down
2 changes: 1 addition & 1 deletion SSZipArchive/include/ZipArchive.h
Expand Up @@ -3,7 +3,6 @@
// ZipArchive
//
// Created by Serhii Mumriak on 12/1/15.
// Copyright © 2015 smumryak. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand All @@ -16,6 +15,7 @@ FOUNDATION_EXPORT const unsigned char ZipArchiveVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <SSZipArchive.h>

// This is to account for the many different ways this library gets imported.
#if __has_include(<SSZipArchive/SSZipArchive.h>)
#import <SSZipArchive/SSZipArchive.h>
#elif __has_include("../SSZipArchive.h")
Expand Down

0 comments on commit 825ff12

Please sign in to comment.