CSSetting Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | CSSettings.h |
name
The name of a certain setting. All names are stored and documented as constants in CSSettings.h.
@property (copy) NSString *nameDeclared In
CSSettings.h
value
The value of a setting is always stored as a string. It can be used for storing number encoded values as strings. There are two special values
@property (copy) NSString *valueDiscussion
kCSSettingYES and kCSSettingNO
These are strings that represent boolean values.
Declared In
CSSettings.h