SITPOICategory Class Reference
Inherits from | SITResource : NSObject |
---|---|
Declared in | SITPOICategory.h |
)
Name of the category in English
@property (nonatomic, strong) NSString *DEPRECATED_MSG_ATTRIBUTE ( "Use -valueForLocale method of the name property instead." )
Declared In
SITPOICategory.h
code
Complementary text identifier of a category
@property (nonatomic, strong) NSString *code
Declared In
SITPOICategory.h
iconURL
Relative URL where the icon of the category for the normal state can be retrieved
@property (nonatomic, strong) SITURL *iconURL
Declared In
SITPOICategory.h
selectedIconURL
Relative URL where the icon of the category for the selected state can be retrieved
@property (nonatomic, strong) SITURL *selectedIconURL
Declared In
SITPOICategory.h
isPublic
Determines the visibility of a category (YES means available to all users, NO means available to a particular user).
@property (nonatomic) BOOL isPublic
Declared In
SITPOICategory.h