Rearranging imports, like a pedant
This commit is contained in:
parent
e46b9e620b
commit
4f09d2c1bf
1 changed files with 2 additions and 1 deletions
|
|
@ -21,10 +21,11 @@
|
|||
// THE SOFTWARE.
|
||||
|
||||
#import "AFJSONRequestOperation.h"
|
||||
#import "JSONKit.h"
|
||||
|
||||
#include <Availability.h>
|
||||
|
||||
#import "JSONKit.h"
|
||||
|
||||
static dispatch_queue_t af_json_request_operation_processing_queue;
|
||||
static dispatch_queue_t json_request_operation_processing_queue() {
|
||||
if (af_json_request_operation_processing_queue == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue