mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 15:54:16 +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
|