Objective-C
From ShawnReevesWiki
To program in iPhone OS, I need to understand the structure of Objective-C. I'll use this space to note things as I learn about them.
import
Use #import instead of #include, to avoid repetitive includes.
Classes
References
- Objective-C Primer at Apple
- http://developer.apple.com/iphone/library/referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/