@class NSString, NSMutableDictionary, NSMutableArray, NSObject; @protocol WebBookmarksXPCConnectionDelegate, OS_xpc_object; @interface WebBookmarksXPCListener : NSObject { NSObject *_listenerConnection; NSMutableArray *_clientConnections; NSMutableDictionary *_messageHandlers; } @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initListenerForMachService:(const char *)a0; - (void)setHandler:(id /* block */)a0 forMessageNamed:(const char *)a1; - (void)connection:(id)a0 didCloseWithError:(id)a1; - (void)setMessageHandlers:(id)a0; - (void).cxx_destruct; - (void)_handleIncomingConnection:(id)a0; @end