forked from loafle/openapi-generator-original
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
#import <Foundation/Foundation.h>
|
|
#import <AFNetworking/AFURLResponseSerialization.h>
|
|
|
|
{{>licenceInfo}}
|
|
|
|
@interface {{classPrefix}}JSONResponseSerializer : AFJSONResponseSerializer
|
|
|
|
@end
|