luxlabs header browser preview


@class CKLogicalDeviceContext, NSXPCInterface;
@protocol CKXPCLogicalDeviceScopedDaemon, NSObject;

@interface CKLogicalDeviceScopedDaemonProxy : NSObject

@property (class, readonly, copy) NSXPCInterface *CKXPCClientToDaemonLogicalDeviceScopedInterface;
@property (class, readonly, copy) NSXPCInterface *CKXPCDaemonToClientLogicalDeviceScopedInterface;

@property (retain, nonatomic) id<CKXPCLogicalDeviceScopedDaemon> logicalDeviceScopedDaemonProxyCreator;
@property BOOL hasValidLogicalDeviceScopedDaemonProxyCreator;
@property (retain, nonatomic) id<NSObject> connectionInterruptedObserver;
@property (readonly, weak, nonatomic) CKLogicalDeviceContext *deviceContext;

- (void)dealloc;
- (void)postClouddWalrusUpdateNotification;
- (void)allClouddThrottlesWithCompletionHandler:(id /* block */)a0;
- (id)initWithDeviceContext:(id)a0;
- (void).cxx_destruct;
- (void)addClouddThrottle:(id)a0;
- (void)clearAllClouddThrottles;
- (void)_getLogicalDeviceScopedDaemonProxyCreatorSynchronous:(BOOL)a0 completionHandler:(id /* block */)a1;
- (void)_getLogicalDeviceScopedDaemonProxySynchronous:(BOOL)a0 errorHandler:(id /* block */)a1 daemonProxyHandler:(id /* block */)a2;

@end