@class NSXPCListener, NSString, NSObject; @protocol OS_dispatch_queue, IXAppInstallObserverDelegate; @interface IXAppInstallObserver : NSObject @property (retain, nonatomic) NSXPCListener *listener; @property (retain, nonatomic) NSObject *delegateQueue; @property (readonly, weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)dealloc; - (oneway void)_client_coordinatorShouldPrioritizeWithSeed:(id)a0; - (oneway void)_client_coordinatorWithSeed:(id)a0 configuredPromiseDidBeginFulfillment:(unsigned long long)a1; - (id)initWithMachServiceName:(id)a0 forClients:(id)a1 delegate:(id)a2; - (BOOL)listener:(id)a0 shouldAcceptNewConnection:(id)a1; - (oneway void)_client_coordinatorShouldBeginRestoringUserDataWithSeed:(id)a0; - (oneway void)_client_coordinatorShouldPauseWithSeed:(id)a0; - (id)initTransientForClients:(id)a0 delegate:(id)a1; - (id)_oncePerBootUniqueIdentifierForServiceName:(id)a0; - (void).cxx_destruct; - (oneway void)_client_shouldPrioritizeAppWithIdentity:(id)a0; - (oneway void)_client_shouldPrioritizeAppWithBundleID:(id)a0; - (oneway void)_client_coordinatorWithSeed:(id)a0 didCancelWithReason:(id)a1 client:(unsigned long long)a2; - (oneway void)_client_coordinatorDidInstallPlaceholderWithSeed:(id)a0 forRecordPromise:(id)a1; - (oneway void)_client_coordinatorShouldBeginPostProcessingWithSeed:(id)a0 forRecordPromise:(id)a1; - (void)_internalInit; - (oneway void)_client_coordinatorDidCompleteSuccessfullyWithSeed:(id)a0 forRecordPromise:(id)a1; - (oneway void)_client_coordinatorShouldResumeWithSeed:(id)a0; @end