diff options
Diffstat (limited to 'Source/SPGrowlController.h')
-rw-r--r-- | Source/SPGrowlController.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h index 410ce914..e3f054a5 100644 --- a/Source/SPGrowlController.h +++ b/Source/SPGrowlController.h @@ -26,6 +26,8 @@ #import <Cocoa/Cocoa.h> #import <Growl/Growl.h> +@class TableDocument; + @interface SPGrowlController : NSObject <GrowlApplicationBridgeDelegate> { NSString *timingNotificationName; @@ -38,14 +40,14 @@ // Post notification - (void)notifyWithTitle:(NSString *)title description:(NSString *)description - window:(NSWindow *)window + document:(TableDocument *)document notificationName:(NSString *)name; - (void)notifyWithObject:(NSDictionary *)notificationDictionary; - (void)notifyWithTitle:(NSString *)title description:(NSString *)description - window:(NSWindow *)window + document:(TableDocument *)document notificationName:(NSString *)name iconData:(NSData *)data priority:(NSInteger)priority |