openapi-generator/samples/client/petstore/objc/SwaggerClient/SWG200Response.h

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