Add NSURLConnectionDataDelegate to protocol declaration for AFURLConnectionOperation to avoid compiler error in some cases. closes #1249

This commit is contained in:
Blake Watters
2013-03-07 10:24:49 -05:00
parent 15a898a849
commit 0e19f5deb1

View File

@@ -189,7 +189,7 @@ static void *RKHTTPRequestOperationStartDate = &RKHTTPRequestOperationStartDate;
@end
@interface AFURLConnectionOperation ()
@interface AFURLConnectionOperation () <NSURLConnectionDataDelegate>
@property (readwrite, nonatomic, strong) NSRecursiveLock *lock;
@end