mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Add NSURLConnectionDataDelegate to protocol declaration for AFURLConnectionOperation to avoid compiler error in some cases. closes #1249
This commit is contained in:
@@ -189,7 +189,7 @@ static void *RKHTTPRequestOperationStartDate = &RKHTTPRequestOperationStartDate;
|
||||
|
||||
@end
|
||||
|
||||
@interface AFURLConnectionOperation ()
|
||||
@interface AFURLConnectionOperation () <NSURLConnectionDataDelegate>
|
||||
@property (readwrite, nonatomic, strong) NSRecursiveLock *lock;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user