@class NSObject, NSError, NSXPCConnection; @protocol OS_dispatch_semaphore; @interface DIBaseXPCHandler : NSObject @property (retain, nonatomic) id remoteProxy; @property (retain, nonatomic) NSXPCConnection *connection; @property (retain, nonatomic) NSObject *semaphore; @property (retain, nonatomic) NSError *xpcError; @property (nonatomic) BOOL isPrivileged; - (void)createConnection; - (void)closeConnection; - (id)remoteObjectInterface; - (id)init; - (void)dealloc; - (id)serviceName; - (void).cxx_destruct; - (BOOL)connectWithError:(id *)a0; - (BOOL)completeCommandWithError:(id *)a0; - (BOOL)dupStderrWithError:(id *)a0; - (void)signalCommandCompletedWithXpcError:(id)a0; @end