Explicitly declare that we implement NSURLConnectionDataDelegate here.

This commit is contained in:
Peter Steinberger 2012-03-24 06:53:36 -07:00
parent 3484605935
commit b8007fed90

View file

@ -75,7 +75,7 @@ extern NSString * const AFNetworkingOperationDidFinishNotification;
@warning Attempting to load a `file://` URL in iOS 4 may result in an `NSInvalidArgumentException`, caused by the connection returning `NSURLResponse` rather than `NSHTTPURLResponse`, which is the behavior as of iOS 5.
*/
@interface AFURLConnectionOperation : NSOperation {
@interface AFURLConnectionOperation : NSOperation <NSURLConnectionDataDelegate> {
@private
unsigned short _state;
BOOL _cancelled;