OLD | NEW |
1 //------------------------------------------------------------------------------
--------- | 1 //------------------------------------------------------------------------------
--------- |
2 // $Id: OCMNotificationPoster.h 50 2009-07-16 06:48:19Z erik $ | 2 // $Id$ |
3 // Copyright (c) 2009 by Mulle Kybernetik. See License file for details. | 3 // Copyright (c) 2009 by Mulle Kybernetik. See License file for details. |
4 //------------------------------------------------------------------------------
--------- | 4 //------------------------------------------------------------------------------
--------- |
5 | 5 |
6 #import <Foundation/Foundation.h> | 6 #import <Foundation/Foundation.h> |
7 | 7 |
8 @interface OCMNotificationPoster : NSObject | 8 @interface OCMNotificationPoster : NSObject |
9 { | 9 { |
10 NSNotification *notification; | 10 NSNotification *notification; |
11 } | 11 } |
12 | 12 |
13 - (id)initWithNotification:(id)aNotification; | 13 - (id)initWithNotification:(id)aNotification; |
14 | 14 |
15 - (void)handleInvocation:(NSInvocation *)anInvocation; | 15 - (void)handleInvocation:(NSInvocation *)anInvocation; |
16 | 16 |
17 @end | 17 @end |
OLD | NEW |