Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler.
[python.git] / Mac / PythonLauncher / MyAppDelegate.h
blob097b54177c881d2d9d6eba7522d2b627f2037c35
1 /* MyAppDelegate */
3 #import <Cocoa/Cocoa.h>
5 @interface MyAppDelegate : NSObject
7 BOOL initial_action_done;
8 BOOL should_terminate;
10 - (id)init;
11 - (IBAction)showPreferences:(id)sender;
12 - (BOOL)shouldShowUI;
13 - (BOOL)shouldTerminate;
14 - (void)testFileTypeBinding;
15 @end