//--------------------------------------------------------------------------------------- // $Id: NSNotificationCenter+OCMAdditions.h$ // Copyright (c) 2009 by Mulle Kybernetik. See License file for details. //--------------------------------------------------------------------------------------- #import @class OCMockObserver; @interface NSNotificationCenter(OCMAdditions) - (void)addMockObserver:(OCMockObserver *)notificationObserver name:(NSString *)notificationName object:(id)notificationSender; @end