PINRemoteImageProcessorTask.h 260 B

12345678910111213141516
  1. //
  2. // PINRemoteImageProcessorTask.h
  3. // Pods
  4. //
  5. // Created by Garrett Moon on 3/9/15.
  6. //
  7. //
  8. #import "PINRemoteImageTask.h"
  9. @interface PINRemoteImageProcessorTask : PINRemoteImageTask
  10. @property (nonatomic, strong, nullable) NSUUID *downloadTaskUUID;
  11. @end