mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
33 lines
637 B
Objective-C
33 lines
637 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.
|
|
*/
|
|
|
|
#import "SWGTag.h"
|
|
|
|
|
|
@protocol SWGInlineResponse200
|
|
@end
|
|
|
|
@interface SWGInlineResponse200 : SWGObject
|
|
|
|
|
|
@property(nonatomic) NSArray<SWGTag>* tags;
|
|
|
|
@property(nonatomic) NSNumber* _id;
|
|
|
|
@property(nonatomic) NSObject* category;
|
|
/* pet status in the store [optional]
|
|
*/
|
|
@property(nonatomic) NSString* status;
|
|
|
|
@property(nonatomic) NSString* name;
|
|
|
|
@property(nonatomic) NSArray* /* NSString */ photoUrls;
|
|
|
|
@end
|