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