D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
src
/
Python-3.9.9
/
Mac
/
PythonLauncher
/
Filename :
MyAppDelegate.h
back
Copy
/* 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