All Downloads are FREE. Search and download functionalities are using the official Maven repository.

objc.QueryParamCollection-header.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
#import 

{{>licenceInfo}}

@interface {{classPrefix}}QueryParamCollection : NSObject

@property(nonatomic, readonly) NSArray* values;
@property(nonatomic, readonly) NSString* format;

- (id) initWithValuesAndFormat: (NSArray*) values
                        format: (NSString*) format;

@end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy