diff options
Diffstat (limited to 'Source/NSNotificationAdditions.h')
-rw-r--r-- | Source/NSNotificationAdditions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/NSNotificationAdditions.h b/Source/NSNotificationAdditions.h index 37fe4c0e..ff303465 100644 --- a/Source/NSNotificationAdditions.h +++ b/Source/NSNotificationAdditions.h @@ -25,10 +25,12 @@ // More info at <http://code.google.com/p/sequel-pro/> @interface NSNotificationCenter (NSNotificationCenterAdditions) + - (void) postNotificationOnMainThread:(NSNotification *) notification; - (void) postNotificationOnMainThread:(NSNotification *) notification waitUntilDone:(BOOL) wait; - (void) postNotificationOnMainThreadWithName:(NSString *) name object:(id) object; - (void) postNotificationOnMainThreadWithName:(NSString *) name object:(id) object userInfo:(NSDictionary *) userInfo; - (void) postNotificationOnMainThreadWithName:(NSString *) name object:(id) object userInfo:(NSDictionary *) userInfo waitUntilDone:(BOOL) wait; + @end |