mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-24 12:33:39 +00:00
7 lines
155 B
Objective-C
7 lines
155 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface NIKSwaggerObject : NSObject
|
|
- (id) initWithValues: (NSDictionary*)dict;
|
|
- (NSDictionary*) asDictionary;
|
|
@end
|