From 1368e618a69c5c9b7f0f631e4faa6c42f44b879c Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Thu, 24 Jan 2013 17:00:27 -0500 Subject: [PATCH] [Issue #751] Removing NSURLConnectionDataDelegate from AFURLConnectionOperation's declared protocols --- AFNetworking/AFURLConnectionOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFNetworking/AFURLConnectionOperation.h b/AFNetworking/AFURLConnectionOperation.h index 2afec5e..27d9969 100644 --- a/AFNetworking/AFURLConnectionOperation.h +++ b/AFNetworking/AFURLConnectionOperation.h @@ -75,7 +75,7 @@ - A copy of an operation will not include the `outputStream` of the original. - Operation copies do not include `completionBlock`. `completionBlock` often strongly captures a reference to `self`, which would otherwise have the unintuitive side-effect of pointing to the _original_ operation when copied. */ -@interface AFURLConnectionOperation : NSOperation +@interface AFURLConnectionOperation : NSOperation ///------------------------------- /// @name Accessing Run Loop Modes