mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-10 07:10:08 +08:00
LLVM's module documentation is a little arcane, but I believe this is the correct syntax to get what we want.
21 lines
367 B
Objective-C
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
|