diff options
Diffstat (limited to 'Source/NSNotificationCenterThreadingAdditions.h')
-rw-r--r-- | Source/NSNotificationCenterThreadingAdditions.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/NSNotificationCenterThreadingAdditions.h b/Source/NSNotificationCenterThreadingAdditions.h index b71ad17f..d12b2945 100644 --- a/Source/NSNotificationCenterThreadingAdditions.h +++ b/Source/NSNotificationCenterThreadingAdditions.h @@ -9,8 +9,7 @@ // // Copyright (c) 2007-2008 TheCodingMonkeys: // Martin Pittenauer, Dominik Wagner, <http://codingmonkeys.de> -// Some rights reserved: <http://opensource.org/licenses/mit-license.php> -// +// Some rights reserved: <http://opensource.org/licenses/mit-license.php> @interface NSNotificationCenter (NSNotificationCenterThreadingAdditions) - (void)postNotificationOnMainThread:(NSNotification *)aNotification; |