2016-03-12 18:01:53 +08:00

21 lines
330 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;
@end