Files
PINRemoteImage/Pod/Classes/PINRemoteImageProcessorTask.h
2015-12-21 21:35:29 +01:00

16 lines
260 B
Objective-C

//
// PINRemoteImageProcessorTask.h
// Pods
//
// Created by Garrett Moon on 3/9/15.
//
//
#import "PINRemoteImageTask.h"
@interface PINRemoteImageProcessorTask : PINRemoteImageTask
@property (nonatomic, strong, nullable) NSUUID *downloadTaskUUID;
@end