Adding class description to AFJSONRequestOperation
This commit is contained in:
parent
e21a7b5aa1
commit
4cb29d24ad
@ -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
|
||||
|
||||
///---------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user