// // ASPINRemoteImageDownloader.h // AsyncDisplayKit // // Created by Garrett Moon on 2/5/16. // Copyright © 2016 Facebook. All rights reserved. // #import #import "ASImageProtocols.h" @interface ASPINRemoteImageDownloader : NSObject + (instancetype)sharedDownloader; @end