diff options
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 6a5f9b6a..f22cd1d5 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -52,8 +52,10 @@ // Getters - (SPPreferenceController *)preferenceController; -// Other +// AppleScript handler - (id)handleQuitScriptCommand:(NSScriptCommand *)command; + +// Others - (NSString *)contentOfFile:(NSString *)aPath; @end |