mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-27 03:00:54 +00:00
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
#import <Foundation/Foundation.h>
|
|
#import <JSONModel/JSONModel.h>
|
|
|
|
{{>licenceInfo}}
|
|
|
|
@interface {{classPrefix}}Object : JSONModel
|
|
|
|
@end
|