openapi-generator-original/modules/swagger-codegen/src/main/resources/objc/JSONRequestSerializer-header.mustache
Mateusz Mackowiak c68168fa27 - Remove optional license property
- License in all header files
2016-05-25 18:13:27 +02:00

8 lines
183 B
Plaintext

#import <Foundation/Foundation.h>
#import <AFNetworking/AFURLRequestSerialization.h>
{{>licenceInfo}}
@interface {{classPrefix}}JSONRequestSerializer : AFJSONRequestSerializer
@end