CB-6059 iOS: Stop FileTransfer.download doing IO on the UI thread.

This commit is contained in:
Jan Pittner
2014-02-19 10:56:27 -05:00
committed by Andrew Grieve
parent a588236cbd
commit 49b4774e7e
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -52,6 +52,7 @@ extern NSString* const kOptionsKeyCookie;
AndTarget:(NSString*)target
AndHttpStatus:(int)httpStatus
AndBody:(NSString*)body;
@property (nonatomic, strong) NSOperationQueue* queue;
@property (readonly) NSMutableDictionary* activeTransfers;
@end