@class RTInvocationDispatcher, NSString, RTVehicleLocationProvider, NSObject; @protocol OS_dispatch_queue, RTDaemonClientRegistrarVehicleEventProtocol; @interface RTDaemonClientRegistrarVehicleEvent : RTDaemonClientRegistrar @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) BOOL registered; @property (retain, nonatomic) RTInvocationDispatcher *dispatcher; @property (retain, nonatomic) RTVehicleLocationProvider *vehicleLocationProvider; @property (retain, nonatomic) NSObject *queue; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (long long)countOfPendingInvocations; - (void)onVehicleEventNotification:(id)a0; - (BOOL)invocationsPending; - (void)stopMonitoringVehicleEvents; - (void)startMonitoringVehicleEvents; - (void).cxx_destruct; - (void)addPendingVehicleEventBlock:(id /* block */)a0 failBlock:(id /* block */)a1 description:(id)a2; - (id)initWithVehicleLocationProvider:(id)a0 queue:(id)a1; @end