@class NSString, NTKFaceCollection, NSObject; @protocol OS_dispatch_queue; @interface NTKGreenfieldCompanionAppInstallationMonitor : NSObject { BOOL _isRunning; BOOL _isObservingApplicationWorkspace; BOOL _isObservingWatchApps; BOOL _hasReloadedSinceObserving; NSObject *_serialQueue; NTKFaceCollection *_library; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedMonitor; - (void)applicationsDidInstall:(id)a0; - (void)applicationInstallsDidStart:(id)a0; - (id)init; - (void)dealloc; - (void)faceCollectionDidLoad:(id)a0; - (void)applicationInstallsDidCancel:(id)a0; - (void)start; - (void).cxx_destruct; - (void)applicationsDidFailToInstall:(id)a0; - (id)_existingPlaceholderItemIds; - (id)_queue_calculatePendingRemovalItemIdsWithExistingPlaceholderIds:(id)a0; - (id)_queue_fetchInstalledWatchAppsItemIds; - (id)_queue_fetchNotInstalledWatchAppStatus; - (void)_reloadInstallingAppsOnPhoneAndWatch; - (void)_removePlaceholderComplicationWithItemIds:(id)a0; - (void)_toggleObserving; - (void)faceCollection:(id)a0 didAddFace:(id)a1 atIndex:(unsigned long long)a2; - (void)faceCollection:(id)a0 didRemoveFace:(id)a1 atIndex:(unsigned long long)a2; - (void)fetchInstalledAppsOnWatchWithCompletionBlock:(id /* block */)a0; - (void)handleAddFaceManagerDidUpdateFaceLibrary; @end