Possible Duplicate:
#import using angle brackets < > and quote marks “ ”
I'd like to understand how the two versions of the #import statement work. As a guess, maybe it is something like:
#import <filename>is wired to frameworks#import "file"is for a single file
I found some other answers about this, but related to C++. I haven't been able to find information about Objective-C.