@class NSString, NSXPCConnection, NSObject; @protocol OS_dispatch_queue, AFUIBridgeClientDelegate; @interface AFUIBridgeClient : NSObject { NSXPCConnection *_xpcConnection; } @property (retain, nonatomic) NSObject *queue; @property (weak, nonatomic) id delegate; @property (retain, nonatomic) NSObject *delegateQueue; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)_connection; - (void)dealloc; - (oneway void)preheat; - (id)initWithDelegate:(id)a0 delegateQueue:(id)a1; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (id)_uiBridgeService; - (id)_uiBridgeServiceWithErrorHandler:(id /* block */)a0; - (oneway void)siriDismissed; - (oneway void)siriPrompted; - (oneway void)siriWillPrompt; - (oneway void)startAttending; - (oneway void)stopAttendingWithReason:(unsigned long long)a0; @end