mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-24 17:50:53 +00:00
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
|