16 lines
322 B
Objective-C
16 lines
322 B
Objective-C
//
|
|
// AFJSONResponseSerializerWithData.h
|
|
// Pods
|
|
//
|
|
// Created by Giuseppe Nucifora on 08/02/16.
|
|
//
|
|
//
|
|
|
|
#import <AFNetworking/AFNetworking.h>
|
|
|
|
static NSString * const JSONResponseSerializerWithDataKey = @"JSONResponseSerializerWithDataKey";
|
|
|
|
@interface AFJSONResponseSerializerWithData : AFJSONResponseSerializer
|
|
|
|
@end
|