1 #import <CoreFoundation/CoreFoundation.h>
3 extern "C" void *SBSSpringBoardServerPort();
6 CFNotificationCenterRef center,
12 CFRunLoopStop(CFRunLoopGetCurrent());
16 CFNotificationCenterAddObserver(
17 CFNotificationCenterGetDarwinNotifyCenter(),
20 CFSTR("SBSpringBoardDidLaunchNotification"),
25 if (SBSSpringBoardServerPort() == NULL)