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