luxlabs header browser preview


@class CMDistributedSensingManager, NSObject;
@protocol OS_dispatch_queue, CMDistributedSensingDelegate;

@interface CMDistributedSensingManagerInternal : NSObject {
    void *_locationdConnection;
    NSObject<OS_dispatch_queue> *_internalQueue;
    NSObject<OS_dispatch_queue> *_clientQueue;
    id<CMDistributedSensingDelegate> _delegate;
    CMDistributedSensingManager *_manager;
}

- (id)init;
- (void)dealloc;
- (void).cxx_destruct;
- (void)_teardown;
- (void)_registerForVehicleStateUpdates;
- (void)_handleDaemonMessage:(id)a0 data:(id)a1;
- (void)_unregisterForVehicleStateUpdates;

@end