From c3ceed400542dbe5fef27af5eb0189427f3d441d Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Wed, 3 Aug 2011 12:57:02 -0500 Subject: [PATCH] Removing extraneous NSURLConnectionDelegate protocol declarations in AFHTTPOperation.h --- AFNetworking/AFHTTPRequestOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFNetworking/AFHTTPRequestOperation.h b/AFNetworking/AFHTTPRequestOperation.h index 8fa7b1c..2b8390c 100644 --- a/AFNetworking/AFHTTPRequestOperation.h +++ b/AFNetworking/AFHTTPRequestOperation.h @@ -25,7 +25,7 @@ extern NSString * const AFHTTPOperationDidStartNotification; extern NSString * const AFHTTPOperationDidFinishNotification; -@interface AFHTTPRequestOperation : NSOperation { +@interface AFHTTPRequestOperation : NSOperation { @private NSURLConnection *_connection; NSPort *_port;