Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ae6bf4adfa1229d9a4a07e7768bae77bed110b1a
/
.
/
Mac
/
OSX
/
PythonLauncher
/
MyAppDelegate.h
blob: c65175a7aec651e4192fc0bef625bf0bdea19993 [
file
] [
log
] [
blame
]
/* 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
;
@end