24 #import <Foundation/NSObject.h>
26 @class NSNotification;
28 extern NSString *
const CurrentDocumentDidChangeNotification;
35 NSArray * projectMenuEntries;
38 - (void) showPrefsPanel: (
id)sender;
40 - (void) newProject: sender;
41 - (void) newSourceFile: sender;
43 - (void) applicationDidFinishLaunching: (NSNotification *) notif;
45 - (void) orderFrontFindPanel: sender;
46 - (void) mainWindowChanged: (NSNotification *) notif;