/* 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;
@endpython/cpython
Publicmirrored from https://github.com/python/cpythonAvailable
Mac/PythonLauncher/MyAppDelegate.h
15lines · modepreview