#import @interface AppDelegate : NSObject - (void)applicationDidFinishLaunching:(NSNotification *)aNotification; @end void run(); void killOtherInstances(); bool askToMoveToApplications(); int createSymlinkWithAuthorization(); int installSymlink(); extern void Restart(); extern void Quit();