VMCategories Class Reference
Inherits from | NSObject |
Declared in | VMCategories.h VMCategories.m |
Tasks
-
uid
ID of the category.
property -
name
Name of the Category.
property -
sortOrder
sortOrder applied for the category.
property -
highResolutionImage
Hi-resolution image for the category.
property -
highResolutionSelectedImage
Hi-resolution Selected Image for the category.
property -
lowResolutionImage
Low-resolution Image for the category.
property -
lowResolutionSelectedImage
Low-resolution Selected Image for the category.
property -
– initWithDictionary:
Initialize new
VMCategories
object with dictionary representation.
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