@class NSString, NSObject, NSXPCConnection; @protocol OS_dispatch_queue, MNRouteGeniusDelegateProxy; @interface MNRouteGeniusRemoteService : NSObject { NSXPCConnection *_connection; NSObject *_queue; BOOL _started; id _delegate; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)forceReroute; - (void)dealloc; - (void)start; - (void)stop; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (void)_q_closeConnection; - (BOOL)_q_openConnectionIfNecessary; - (void)didUpdateRouteGenius:(id)a0; @end