Current Path : /usr/src/Python-3.12.7/Mac/PythonLauncher/ |
Current File : //usr/src/Python-3.12.7/Mac/PythonLauncher/MyAppDelegate.h |
/* MyAppDelegate */ #import <Cocoa/Cocoa.h> @interface MyAppDelegate : NSObject { BOOL initial_action_done; BOOL should_terminate; } - (id)init; - (IBAction)showPreferences:(id)sender; - (BOOL)shouldShowUI; - (BOOL)shouldTerminate; - (void)testFileTypeBinding; @end