forked from loafle/openapi-generator-original
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
#import <Foundation/Foundation.h>
|
|
#import <JSONModel/JSONModel.h>
|
|
|
|
{{>licenceInfo}}
|
|
|
|
@interface {{classPrefix}}Object : JSONModel
|
|
|
|
@end
|