I have a framework called Parse, which is used in almost each Viewcontroller that I have. How can I prevent the need to put an import statement in each class, like #import Parse/Parse.h ??
I heard you should include it in the PCH file, but somehow that doesn't work. Do I need to set the PCH in 'compile sources', or something like that?