diff --git a/XPCKit/XPCService.h b/XPCKit/XPCService.h index 9f298d1..8924a6d 100644 --- a/XPCKit/XPCService.h +++ b/XPCKit/XPCService.h @@ -37,7 +37,3 @@ +(void)runService; @end - -// You can supply this as the parameter to xpc_main (but you might as -// well just call +[XPService runServiceWithConnectionHandler:]) -static void XPCServiceConnectionHandler(xpc_connection_t handler); \ No newline at end of file