luxlabs header browser preview


@class NSXPCListener, NSString, NSArray, NSXPCInterface, NSMutableArray, NSObject;
@protocol OS_dispatch_queue, CWFXPCListenerDelegate;

@interface CWFXPCListener : NSObject <NSXPCListenerDelegate, CWFXPCConnectionDelegate> {
    NSMutableArray *_mutableXPCConnections;
    NSObject<OS_dispatch_queue> *_mutexQueue;
    NSXPCInterface *_requestXPCInterface;
    NSXPCInterface *_eventXPCInterface;
    NSArray *_bootArgs;
}

@property (retain) id<CWFXPCListenerDelegate> delegate;
@property (readonly, nonatomic) long long serviceType;
@property (readonly, retain, nonatomic) NSXPCListener *XPCListener;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void)suspend;
- (BOOL)__allowXPCConnection:(id)a0 serviceType:(long long)a1;
- (void)invalidate;
- (BOOL)listener:(id)a0 shouldAcceptNewConnection:(id)a1;
- (void)XPCConnection:(id)a0 canceledXPCRequestsWithUUID:(id)a1;
- (id)initWithServiceType:(long long)a0;
- (void)XPCConnection:(id)a0 updatedRegisteredEventIDs:(id)a1;
- (void)XPCConnection:(id)a0 receivedXPCRequest:(id)a1;
- (void)resume;
- (id)XPCConnections;
- (void)sendXPCEvent:(id)a0 reply:(id /* block */)a1;
- (void).cxx_destruct;
- (id)registeredActivities;
- (id)localXPCClient;
- (id)registeredEventIDs;

@end