moving appdelegate declaration to header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-02-28 10:10:08 +00:00
parent 733fa5907d
commit a5d0c88a85
2 changed files with 7 additions and 19 deletions

View File

@@ -348,6 +348,11 @@ protected :
- (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
@end
@interface wxNSAppController : NSObject wxOSX_10_6_AND_LATER(<NSApplicationDelegate>)
{
}
@end
#endif // __OBJC__