Inherits from NSObject
Declared in VMCategories.h
VMCategories.m

Overview

VMCategories is a categories class

Tasks

Properties

highResolutionImage

Hi-resolution image for the category.

@property (nonatomic, strong) NSString *highResolutionImage

Declared In

VMCategories.h

highResolutionSelectedImage

Hi-resolution Selected Image for the category.

@property (nonatomic, strong) NSString *highResolutionSelectedImage

Declared In

VMCategories.h

lowResolutionImage

Low-resolution Image for the category.

@property (nonatomic, strong) NSString *lowResolutionImage

Declared In

VMCategories.h

lowResolutionSelectedImage

Low-resolution Selected Image for the category.

@property (nonatomic, strong) NSString *lowResolutionSelectedImage

Declared In

VMCategories.h

name

Name of the Category.

@property (nonatomic, strong) NSString *name

Declared In

VMCategories.h

sortOrder

sortOrder applied for the category.

@property (nonatomic, strong) NSNumber *sortOrder

Declared In

VMCategories.h

uid

ID of the category.

@property (nonatomic, strong) NSNumber *uid

Declared In

VMCategories.h

Instance Methods

initWithDictionary:

Initialize new VMCategories object with dictionary representation.

- (VMCategories *)initWithDictionary:(NSDictionary *)dictionary

Parameters

dictionary

Initializing dictionary.

Return Value

A new Category object.

Declared In

VMCategories.h