Skip to content

Commit

Permalink
Make public headers more public (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai Holler authored and garrettmoon committed Feb 25, 2017
1 parent 4085dca commit a5ac670
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
24 changes: 16 additions & 8 deletions PINRemoteImage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -788,14 +788,30 @@
name = "Supporting Files";
sourceTree = "<group>";
};
CC4243F61E62051900FD6517 /* Categories */ = {
isa = PBXGroup;
children = (
F1B918DE1BCF23C800710963 /* NSData+ImageDetectors.h */,
F1B918DF1BCF23C800710963 /* NSData+ImageDetectors.m */,
);
path = Categories;
sourceTree = "<group>";
};
F165DFD61BD021E30008C6E8 /* Public */ = {
isa = PBXGroup;
children = (
F1B918E41BCF23C800710963 /* Image Categories */,
CC4243F61E62051900FD6517 /* Categories */,
68CA92801DB19C06008BECE2 /* PINCache */,
F1B918EF1BCF23C800710963 /* PINRemoteImage.h */,
68F0EA8E1CB32EC900F1FD41 /* PINAlternateRepresentationProvider.h */,
68F0EA8F1CB32EC900F1FD41 /* PINAlternateRepresentationProvider.m */,
68CA92851DB19C2F008BECE2 /* PINAnimatedImage.h */,
68CA92861DB19C2F008BECE2 /* PINAnimatedImage.m */,
F165DFD81BD0504A0008C6E8 /* PINRemoteImageMacros.h */,
F1B918ED1BCF23C800710963 /* PINProgressiveImage.h */,
F1B918EE1BCF23C800710963 /* PINProgressiveImage.m */,
68CA927B1DAEFF93008BECE2 /* PINRemoteImageCaching.h */,
F1B918F21BCF23C800710963 /* PINRemoteImageCategoryManager.h */,
F1B918DC1BCF23C800710963 /* PINRemoteImageCategoryManager.m */,
F1B918F51BCF23C800710963 /* PINRemoteImageManager.h */,
Expand All @@ -812,10 +828,7 @@
F165DFD71BD021EE0008C6E8 /* Project */ = {
isa = PBXGroup;
children = (
68CA92801DB19C06008BECE2 /* PINCache */,
F1B918DD1BCF23C800710963 /* Categories */,
68CA92851DB19C2F008BECE2 /* PINAnimatedImage.h */,
68CA92861DB19C2F008BECE2 /* PINAnimatedImage.m */,
68CA92871DB19C2F008BECE2 /* PINAnimatedImageManager.h */,
68CA92881DB19C2F008BECE2 /* PINAnimatedImageManager.m */,
F1B918EB1BCF23C800710963 /* PINDataTaskOperation.h */,
Expand All @@ -830,13 +843,10 @@
F1B918FC1BCF23C800710963 /* PINRemoteImageTask.m */,
6858C0731C9CC5BA00E420EB /* PINRemoteLock.h */,
6858C0741C9CC5BA00E420EB /* PINRemoteLock.m */,
68F0EA8E1CB32EC900F1FD41 /* PINAlternateRepresentationProvider.h */,
68F0EA8F1CB32EC900F1FD41 /* PINAlternateRepresentationProvider.m */,
68F0EA901CB32EC900F1FD41 /* PINRemoteImageMemoryContainer.h */,
68F0EA911CB32EC900F1FD41 /* PINRemoteImageMemoryContainer.m */,
68CA92791DAEFF93008BECE2 /* PINRemoteImageBasicCache.h */,
68CA927A1DAEFF93008BECE2 /* PINRemoteImageBasicCache.m */,
68CA927B1DAEFF93008BECE2 /* PINRemoteImageCaching.h */,
);
name = Project;
path = Classes;
Expand Down Expand Up @@ -880,8 +890,6 @@
children = (
68A6B1D91E5248BF003A92D1 /* PINImage+ScaledImage.m */,
68A6B1DA1E5248BF003A92D1 /* PINImage+ScaledImage.h */,
F1B918DE1BCF23C800710963 /* NSData+ImageDetectors.h */,
F1B918DF1BCF23C800710963 /* NSData+ImageDetectors.m */,
9DD47FA01C699FDC00F12CA0 /* PINImage+DecodedImage.h */,
9DD47FA11C699FDC00F12CA0 /* PINImage+DecodedImage.m */,
9DD47FA21C699FDC00F12CA0 /* PINImage+WebP.h */,
Expand Down
9 changes: 3 additions & 6 deletions Source/Classes/PINRemoteImage.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
//
// PINRemoteImage.h
// Pods
//
// Created by Garrett Moon on 8/17/14.
//
//

#ifndef Pods_PINRemoteImage_h
#define Pods_PINRemoteImage_h

#import "PINRemoteImageMacros.h"

#if USE_PINCACHE
#import "PINCache+PINRemoteImageCaching.h"
#endif

#import "NSData+ImageDetectors.h"
#import "PINAlternateRepresentationProvider.h"
#import "PINAnimatedImage.h"
#import "PINRemoteImageManager.h"
#import "PINRemoteImageCategoryManager.h"
#import "PINRemoteImageManagerResult.h"
#import "PINRemoteImageCaching.h"
#import "PINProgressiveImage.h"
#import "PINURLSessionManager.h"

#endif

0 comments on commit a5ac670

Please sign in to comment.