Class | Description |
---|---|
NSArray |
Ordered list of
NSObject s. |
NSBoolean |
Represents a value of either
Boolean.TRUE or Boolean.FALSE . |
NSCollection |
Parent class to
NSArray and NSDictionary
to make these classes, which contain NSObject s themselves,
easier identifiable. |
NSData |
Represents a binary blob.
|
NSDate |
Represents a date and time.
|
NSDictionary |
A key/value store,
with
String as keys and NSObject as values.Usually, the root node of a Property List is a NSDictionary . |
NSInteger |
Represents an integer number between -2^63 and 2^63-1.
|
NSNumber | |
NSObject |
Every Property List contains one or more
NSObject s. |
NSReal |
Represents an real number of 64 bits in size.
|
NSString |
Represents a string.
|