luxlabs header browser preview


@class NSString, NSXPCConnection, NSObject;
@protocol OS_dispatch_queue, AFUIBridgeClientDelegate;

@interface AFUIBridgeClient : NSObject <AFUIBridgeService, AFUIBridgeServiceDelegate> {
    NSXPCConnection *_xpcConnection;
}

@property (retain, nonatomic) NSObject<OS_dispatch_queue> *queue;
@property (weak, nonatomic) id<AFUIBridgeClientDelegate> delegate;
@property (retain, nonatomic) NSObject<OS_dispatch_queue> *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