diff options
author | stuconnolly <stuart02@gmail.com> | 2010-11-10 14:26:44 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-11-10 14:26:44 +0000 |
commit | b72f9507c2be480c680b7f58753789432882f1c4 (patch) | |
tree | 93583d7abcac9c8cda437c3f6a342f463fa9a149 /Source/SPGrowlController.h | |
parent | bb99430f93b2e3c89c28cc44257635709f0fdd39 (diff) | |
download | sequelpro-b72f9507c2be480c680b7f58753789432882f1c4.tar.gz sequelpro-b72f9507c2be480c680b7f58753789432882f1c4.tar.bz2 sequelpro-b72f9507c2be480c680b7f58753789432882f1c4.zip |
Add a new class template for the favorites controller.
Diffstat (limited to 'Source/SPGrowlController.h')
-rw-r--r-- | Source/SPGrowlController.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h index d0a95d6d..d1cb7dc2 100644 --- a/Source/SPGrowlController.h +++ b/Source/SPGrowlController.h @@ -25,9 +25,11 @@ #import <Growl/Growl.h> +#import "SPSingleton.h" + @class SPDatabaseDocument; -@interface SPGrowlController : NSObject <GrowlApplicationBridgeDelegate> +@interface SPGrowlController : SPSingleton <GrowlApplicationBridgeDelegate> { NSString *timingNotificationName; double timingNotificationStart; |