Removing extraneous NSURLConnectionDelegate protocol declarations in AFHTTPOperation.h
This commit is contained in:
parent
ba36241932
commit
c3ceed4005
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue