luxlabs header browser preview


@class NSXPCListenerEndpoint, NSString, NSXPCListener, BMAccessServer, NSMapTable, NSObject;
@protocol OS_dispatch_queue, BMFileServer;

@interface BMAccessServiceListener : NSObject <NSXPCConnectionDelegate, BMAccessServiceBase, NSXPCListenerDelegate> {
    NSObject<OS_dispatch_queue> *_queue;
    NSXPCListener *_listener;
    BMAccessServer *_accessServer;
    id<BMFileServer> _fileServer;
    NSMapTable *_clientSpecificListeners;
}

@property (readonly, nonatomic) unsigned long long domain;
@property (readonly, nonatomic) NSXPCListenerEndpoint *endpoint;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)dealloc;
- (void)configureConnectionForUseCase:(id)a0 reply:(id /* block */)a1;
- (void)connection:(id)a0 handleInvocation:(id)a1 isReply:(BOOL)a2;
- (BOOL)listener:(id)a0 shouldAcceptNewConnection:(id)a1;
- (void)activate;
- (void).cxx_destruct;
- (BOOL)_acceptConnection:(id)a0;
- (id)initLegacyWithQueue:(id)a0;
- (id)initWithDomain:(unsigned long long)a0 queue:(id)a1 delegate:(id)a2;
- (id)initWithMachServiceName:(id)a0 domain:(unsigned long long)a1 queue:(id)a2 accessServer:(id)a3 fileServer:(id)a4;
- (id)initWithMachServiceName:(id)a0 domain:(unsigned long long)a1 queue:(id)a2 accessServer:(id)a3 fileServer:(id)a4 delegate:(id)a5;
- (void)replyToInvocation:(id)a0 withError:(id)a1;
- (id)uniqueEndpointForAppScopedServicesActingOnBehalfOfClientWithAccessControlPolicy:(id)a0;

@end