forked from loafle/openapi-generator-original
7 lines
147 B
Objective-C
7 lines
147 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface SWGObject : NSObject
|
|
- (id) initWithValues:(NSDictionary*)dict;
|
|
- (NSDictionary*) asDictionary;
|
|
@end
|