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

21 lines
371 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 SWGSpecialModelName_
@end
@interface SWGSpecialModelName_ : SWGObject
@property(nonatomic) NSNumber* specialPropertyName;
@end