Added missing property

This commit is contained in:
Chris Dell 2016-06-02 00:56:16 +01:00
parent be45203b26
commit 00de35394b

View File

@ -14,6 +14,8 @@ typedef void (^ProgressCallback)(NSNumber*, NSNumber*);
@property (copy) ErrorCallback errorCallback; // Something went wrong
@property (copy) BeginCallback beginCallback; // Download has started (headers received)
@property (copy) ProgressCallback progressCallback; // Download is progressing
@property bool background; // Whether to continue download when app is in background
@end