Adding class description to AFJSONRequestOperation
This commit is contained in:
parent
e21a7b5aa1
commit
4cb29d24ad
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import "AFHTTPRequestOperation.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
|
@interface AFJSONRequestOperation : AFHTTPRequestOperation
|
||||||
|
|
||||||
///---------------------------------------
|
///---------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue