/Mac/PythonLauncher/MyAppDelegate.h
http://unladen-swallow.googlecode.com/ · C++ Header · 15 lines · 12 code · 2 blank · 1 comment · 0 complexity · ff6423eea2837cddef5282c6ceaa417d MD5 · raw file
- /* 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