My online tech scrapbook where I keep my notes in case I need to look them up later
Friday, June 1, 2012
Objective C: #import vs @class
#import: import the headers @class: tell the compiler to trust that the class exists in the header and will be imported by the implementation (*.m) file
No comments:
Post a Comment