NSDistributedNotificationCenter.h 167 B

12345678
  1. #if TARGET_OS_IPHONE
  2. @interface NSDistributedNotificationCenter : NSNotificationCenter
  3. @end
  4. #else
  5. #include_next <Foundation/NSDistributedNotificationCenter.h>
  6. #endif