/* theDelegate */

#include <Cocoa/Cocoa.h>

@interface theDelegate : NSObject
{
	IBOutlet NSWindow *mainWindow;
}
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication*)theApp;
@end


syntax highlighted by Code2HTML, v. 0.9.1