forked from loafle/openapi-generator-original
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
|