Files
openapi-generator/samples/client/petstore/objc/client/SWGQueryParamCollection.h
2015-04-15 22:43:48 -07:00

12 lines
288 B
Objective-C

#import <Foundation/Foundation.h>
@interface SWGQueryParamCollection : NSObject
@property(nonatomic, readonly) NSArray* values;
@property(nonatomic, readonly) NSString* format;
- (id) initWithValuesAndFormat: (NSArray*) values
format: (NSString*) format;
@end