00001 00002 @interface CPNotificationCenter : CPObject 00003 { 00004 CPMutableDictionary _namedRegistries; 00005 _CPNotificationRegistry _unnamedRegistry; 00006 } 00007 @end