@class NSSet; @protocol GTXPCConnection; @interface GTLaunchServiceXPCProxy : NSObject { id _connection; NSSet *_ignoreMethods; } - (void).cxx_destruct; - (BOOL)respondsToSelector:(SEL)a0; - (BOOL)foregroundService:(unsigned long long)a0 error:(id *)a1; - (id)initWithConnection:(id)a0 remoteProperties:(id)a1; - (BOOL)launchReplayService:(id)a0 error:(id *)a1; - (void)processStateForService:(unsigned long long)a0 completionHandler:(id /* block */)a1; - (BOOL)resumeService:(unsigned long long)a0 error:(id *)a1; - (void)symbolicatorForService:(unsigned long long)a0 completionHandler:(id /* block */)a1; @end