| Class | Description |
|---|---|
| NSArray |
Ordered list of
NSObjects. |
| NSBoolean |
Represents a value of either
Boolean.TRUE or Boolean.FALSE. |
| NSCollection |
Parent class to
NSArray and NSDictionary
to make these classes, which contain NSObjects 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
NSObjects. |
| NSReal |
Represents an real number of 64 bits in size.
|
| NSString |
Represents a string.
|