2016-03-04 15:59:13 +08:00

25 lines
435 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 SWGInlineResponse200
@end
@interface SWGInlineResponse200 : SWGObject
@property(nonatomic) NSNumber* _id;
@property(nonatomic) NSObject* category;
@property(nonatomic) NSString* name;
@end