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;