@@ -39,5 +39,7 @@ #define OG_APPLICATION_DELEGATE(cls) \ Class \ og_application_delegate() { \ return [cls class]; \ } + +extern Class og_application_delegate(void);