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