Files
openapi-generator/samples/client/petstore/objc/client/SWGObject.h
2013-10-18 14:43:26 -07:00

7 lines
147 B
Objective-C

#import <Foundation/Foundation.h>
@interface SWGObject : NSObject
- (id) initWithValues:(NSDictionary*)dict;
- (NSDictionary*) asDictionary;
@end