PINRemoteImageProcessor is now better with swift

This commit is contained in:
Marius Landwehr
2015-12-10 07:42:15 +01:00
parent 350d3ed0ba
commit 35abe961d8

View File

@@ -10,6 +10,6 @@
@interface PINRemoteImageProcessorTask : PINRemoteImageTask
@property (nonatomic, strong) NSUUID *downloadTaskUUID;
@property (nonatomic, strong, nullable) NSUUID *downloadTaskUUID;
@end