Swiftgram/AsyncDisplayKit/Details/ASPINRemoteImageDownloader.h
2016-02-08 16:00:19 -08:00

17 lines
298 B
Objective-C

//
// ASPINRemoteImageDownloader.h
// Pods
//
// Created by Garrett Moon on 2/5/16.
//
//
#import <Foundation/Foundation.h>
#import "ASImageProtocols.h"
@interface ASPINRemoteImageDownloader : NSObject <ASImageCacheProtocol, ASImageDownloaderProtocol>
+ (instancetype)sharedDownloader;
@end