mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-28 22:45:33 +08:00
16 lines
260 B
Objective-C
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
|