Can't I leave out #import "foo.h" in .m file if it's already in the prefix header?
The product still builds successfully when I leave it out. But, I've noticed that the Xcode templates keep them in. Why?
Is the answer the same for #include?
|
Can't I leave out #import "foo.h" in .m file if it's already in the prefix header? The product still builds successfully when I leave it out. But, I've noticed that the Xcode templates keep them in. Why? Is the answer the same for #include?
| |||||
feedback
|
|
I don't know why it does this, but it doesn't hurt because | |||
|
feedback
|