luxlabs header browser preview


@class NSString, NSXPCConnection, NSObject;
@protocol OS_dispatch_queue, PRBeaconListenerDelegate;

@interface PRBeaconListener : PRRangingDevice <PRRangingClientProtocol> {
    struct DaemonBackedService { NSXPCConnection *_connection; } _service;
}

@property (weak, nonatomic) id<PRBeaconListenerDelegate> delegate;
@property (readonly) unsigned long long state;
@property (retain) NSObject<OS_dispatch_queue> *queue;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)dealloc;
- (void)_updateState:(unsigned long long)a0;
- (id).cxx_construct;
- (id)initWithDelegate:(id)a0 queue:(id)a1;
- (void).cxx_destruct;
- (void)didFailWithError:(id)a0;
- (void)clearBeaconAllowlistWithCompletionHandler:(id /* block */)a0;
- (void)deamonConnectionInterrupted;
- (void)deamonConnectionInvalidated;
- (void)didReceiveNewSolutions:(id)a0;
- (void)pushBeaconAllowlist:(id)a0 completionHandler:(id /* block */)a1;
- (void)rangingRequestDidUpdateStatus:(unsigned long long)a0;
- (void)rangingServiceDidUpdateState:(unsigned long long)a0 cause:(long long)a1;

@end