@@ -30,11 +30,15 @@ } /** * \brief A protocol for delegates of OFApplication. */ +#ifndef OF_APPLICATION_M +@protocol OFApplicationDelegate +#else @protocol OFApplicationDelegate +#endif /** * This method is called when the application was initialized and is running * now. */ - (void)applicationDidFinishLaunching;