Monday, December 28, 2015

#import and @class filename

#import brings the entire header file in question into the current file; any files that THAT file
#imports are also included. @class, on the other hand (when used on a line by itself with some class names), just tells the compiler "Hey, you're going to see a new token soon; it's a class, so treat it that way).