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

objc.SWGQueryParamCollection.m Maven / Gradle / Ivy

#import "SWGQueryParamCollection.h"

@implementation SWGQueryParamCollection

@synthesize values = _values;
@synthesize format = _format;

- (id) initWithValuesAndFormat: (NSArray*) values
                        format: (NSString*) format {
    _values = values;
    _format = format;

    return self;
}

@end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy