Possible Duplicate:
What is the difference between #include <filename> and #include “filename”?
Difference between writing #import <filename.h> and #import “filename.h” i.e written the file name in angular brackets and quotes?
This might be a stupid question. What is the difference between #import <QuartzCore/QuartzCore.h>
and #import "QuartzCore/QuartzCore.h"
? (greater-than/less-than vs the double-quotes)
They both seem to work.