mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
21 lines
344 B
Objective-C
21 lines
344 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 SWG200Response
|
|
@end
|
|
|
|
@interface SWG200Response : SWGObject
|
|
|
|
|
|
@property(nonatomic) NSNumber* name;
|
|
|
|
@end
|