mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-18 15:54:42 +00:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
#import <Foundation/Foundation.h>
|
|
#import <AFNetworking/AFURLResponseSerialization.h>
|
|
|
|
{{>licenceInfo}}
|
|
|
|
@interface {{classPrefix}}JSONResponseSerializer : AFJSONResponseSerializer
|
|
|
|
@end
|