root/third_party/ocmock/OCMock/NSNotificationCenter+OCMAdditions.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


//---------------------------------------------------------------------------------------
//  $Id$
//  Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
//---------------------------------------------------------------------------------------

#import <Foundation/Foundation.h>

@class OCMockObserver;


@interface NSNotificationCenter(OCMAdditions)

- (void)addMockObserver:(OCMockObserver *)notificationObserver name:(NSString *)notificationName object:(id)notificationSender;

@end

/* [<][>][^][v][top][bottom][index][help] */