What is the difference between:
#import "foo.h"
and:
#import <foo.h>
#import "foo.h"
is normally used for headers of your project.
#import <foo.h>
are headers of frameworks you link to.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With