Can anyone link to or list out the object types that the iphone sdk has built in? For the moment I'm just looking for the simple data types. I'm looking for variable types that are accepted in @interface definitions and also can be made into properties.
For example: NSNumber is for integers, right? BOOL is for booleans.
What are the rest of the simple data types I can use?