mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-11 19:30:53 +00:00
7 lines
157 B
Objective-C
7 lines
157 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <AFNetworking/AFURLResponseSerialization.h>
|
|
|
|
@interface SWGJSONResponseSerializer : AFJSONResponseSerializer
|
|
|
|
@end
|