forked from loafle/openapi-generator-original
23 lines
373 B
Objective-C
23 lines
373 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "SWGObject.h"
|
|
|
|
/**
|
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
* https://github.com/swagger-api/swagger-codegen
|
|
* Do not edit the class manually.
|
|
*/
|
|
|
|
|
|
|
|
@protocol SWGName
|
|
@end
|
|
|
|
@interface SWGName : SWGObject
|
|
|
|
|
|
@property(nonatomic) NSNumber* name;
|
|
|
|
@property(nonatomic) NSNumber* snakeCase;
|
|
|
|
@end
|