Skip to content

Commit

Permalink
Adding class description to AFJSONRequestOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Sep 22, 2011
1 parent e21a7b5 commit 4cb29d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AFNetworking/AFJSONRequestOperation.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#import <Foundation/Foundation.h>
#import "AFHTTPRequestOperation.h"

/**
`AFJSONRequestOperation` is an `NSOperation` that wraps the callback from `AFHTTPRequestOperation` to determine the success or failure of a request based on its status code and response content type, and parse the response body into a JSON object.
*/
@interface AFJSONRequestOperation : AFHTTPRequestOperation

///---------------------------------------
Expand Down

0 comments on commit 4cb29d2

Please sign in to comment.