// // PINRemoteImageCallbacks.h // Pods // // Created by Garrett Moon on 3/9/15. // // #import #import "PINRemoteImageManager.h" @interface PINRemoteImageCallbacks : NSObject @property (nonatomic, strong, nullable) PINRemoteImageManagerImageCompletion completionBlock; @property (nonatomic, strong, nullable) PINRemoteImageManagerImageCompletion progressImageBlock; @property (nonatomic, strong, nullable) PINRemoteImageManagerProgressDownload progressDownloadBlock; @property (nonatomic, assign) CFTimeInterval requestTime; @end