Removing extraneous NSURLConnectionDelegate protocol declarations in AFHTTPOperation.h

This commit is contained in:
Mattt Thompson 2011-08-03 12:57:02 -05:00
parent ba36241932
commit c3ceed4005

View file

@ -25,7 +25,7 @@
extern NSString * const AFHTTPOperationDidStartNotification;
extern NSString * const AFHTTPOperationDidFinishNotification;
@interface AFHTTPRequestOperation : NSOperation <NSURLConnectionDelegate, NSURLConnectionDataDelegate> {
@interface AFHTTPRequestOperation : NSOperation {
@private
NSURLConnection *_connection;
NSPort *_port;