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