@@ -37,10 +37,13 @@ * This method is called when the application was initialized and is running * now. */ - (void)applicationDidFinishLaunching; +#ifdef OF_HAVE_OPTIONAL_PROTOCOLS +@optional +#endif /** * This method is called when the application will terminate. */ - (void)applicationWillTerminate; @end