00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSNotificationCenter.h" 00008 00009 @class NSMutableArray, NSMutableDictionary; 00010 00011 @interface MessageNotificationCenter : NSNotificationCenter 00012 { 00013 NSMutableDictionary *_notificationMapping; 00014 NSMutableArray *_queuedObjects; 00015 } 00016 00017 - (void)dealloc; 00018 - (SEL)_selectorForObserver:(id)fp8 andNote:(id)fp12; 00019 - (void)_processQueue:(id)fp8; 00020 - (void)addObjectToQueue:(id)fp8 withNotification:(id)fp12; 00021 - (void)addObserver:(id)fp8 selector:(SEL)fp12 name:(id)fp16 object:(id)fp20; 00022 - (void)postNotification:(id)fp8; 00023 - (void)postNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16; 00024 - (void)removeObserver:(id)fp8 name:(id)fp12 object:(id)fp16; 00025 00026 @end 00027