luxlabs header browser preview


@class NSString, NSXPCConnection, NSSet, NSMutableSet, NSObject, BSMutableIntegerMap;
@protocol OS_dispatch_queue, STStatusDomainPublisherServerHandle;

@interface STStatusDomainPublisherXPCClientHandle : NSObject <STStatusDomainPublisherXPCServer, STStatusDomainPublisherClientHandle> {
    id<STStatusDomainPublisherServerHandle> _serverHandle;
    NSObject<OS_dispatch_queue> *_internalQueue;
    NSXPCConnection *_clientXPCConnection;
    BSMutableIntegerMap *_dataByDomain;
    BSMutableIntegerMap *_volatileDataByDomain;
    BSMutableIntegerMap *_fallbackDataByDomain;
    NSSet *_entitledDomains;
    NSMutableSet *_publishingDomains;
}

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

- (void)publishData:(id)a0 forDomain:(unsigned long long)a1 withChangeContext:(id)a2 discardingOnExit:(BOOL)a3 reply:(id /* block */)a4;
- (void)unregisterFromPublishingDomain:(unsigned long long)a0;
- (void)publishDiff:(id)a0 forDomain:(unsigned long long)a1 withChangeContext:(id)a2 replacingData:(BOOL)a3 discardingOnExit:(BOOL)a4 reply:(id /* block */)a5;
- (void).cxx_destruct;
- (id)initWithXPCConnection:(id)a0 serverHandle:(id)a1;
- (void)registerToPublishDomain:(unsigned long long)a0 fallbackData:(id)a1;
- (void)handleUserInteraction:(id)a0 forDomain:(unsigned long long)a1;

@end