Files
PINRemoteImage/Pod/Classes/PINRemoteImage.h
Brian Dorfman ce61f2d43b Remove category methods from umbrella header.
LLVM's module documentation is a little arcane, but I believe this is the correct syntax to get what we want.
2015-10-28 11:27:22 -07:00

21 lines
367 B
Objective-C

//
// PINRemoteImage.h
// Pods
//
// Created by Garrett Moon on 8/17/14.
//
//
#ifndef Pods_PINRemoteImage_h
#define Pods_PINRemoteImage_h
#import "PINRemoteImageMacros.h"
#import "PINRemoteImageManager.h"
#import "PINRemoteImageCategoryManager.h"
#import "PINRemoteImageManagerResult.h"
#import "PINProgressiveImage.h"
#import "PINURLSessionManager.h"
#endif