diff options
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index e4508521..3c18911e 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -94,4 +94,6 @@ - (NSArray *)bundleItemsForScope:(NSString*)scope; - (NSDictionary *)bundleKeyEquivalentsForScope:(NSString*)scope; +- (void)handleEventWithURL:(NSURL*)url; + @end |