@class NSString, NSMutableDictionary, LSApplicationWorkspace, NSMutableSet, NSHashTable, NSMapTable; @protocol BSInvalidatable; @interface SBHSelectedApplicationDataSource : NSObject <LSApplicationWorkspaceObserverProtocol, SBSHomeScreenServiceIconBadgeValueObserver, SBHIconModelApplicationDataSource, BSDescriptionProviding> { NSMutableSet *_trackedApplicationBundleIdentifiers; NSMutableDictionary *_applications; NSMutableDictionary *_applicationPlaceholders; NSHashTable *_observers; NSMapTable *_installProgressBundleIdentifiers; NSMutableDictionary *_bundleIdentifierToInstallProgresses; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _installProgressBundleIdentifiersLock; } @property (retain, nonatomic) LSApplicationWorkspace *workspace; @property (retain, nonatomic) id<BSInvalidatable> appInfoObserverAssertion; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)keyPathsForObservingInstallProgress; + (id)homeScreenService; - (id)allApplicationPlaceholdersForIconModel:(id)a0; - (id)iconModel:(id)a0 applicationWithBundleIdentifier:(id)a1; - (void)applicationsDidInstall:(id)a0; - (void)applicationInstallsDidChange:(id)a0; - (void)applicationInstallsDidStart:(id)a0; - (id)allApplicationsForIconModel:(id)a0; - (void)applicationsDidUninstall:(id)a0; - (void)removeIconModelApplicationDataSourceObserver:(id)a0; - (id)init; - (id)applicationWithBundleIdentifier:(id)a0; - (void)dealloc; - (void)endTrackingApplicationsWithBundleIdentifiers:(id)a0; - (void)_lock_beginObservingInstallProgress:(id)a0 forBundleIdentifier:(id)a1; - (id)succinctDescriptionBuilder; - (void)uninstallApplicationWithBundleIdentifier:(id)a0 completion:(id /* block */)a1; - (id)descriptionBuilderWithMultilinePrefix:(id)a0; - (void)endTrackingAllApplications; - (void)homeScreenService:(id)a0 applicationIconInfoChangedForBundleIdentifiers:(id)a1; - (void)updateStateOfPlaceholder:(id)a0 withInstallState:(unsigned long long)a1 installPhase:(unsigned long long)a2 installProgress:(double)a3; - (id)descriptionWithMultilinePrefix:(id)a0; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (void)removeApplicationsForBundleIdentifiers:(id)a0; - (void).cxx_destruct; - (void)addIconModelApplicationDataSourceObserver:(id)a0; - (void)addApplicationsForBundleIdentifiers:(id)a0 forcePlaceholders:(BOOL)a1; - (void)uninstallApplicationWithBundleIdentifier:(id)a0 options:(unsigned long long)a1 completion:(id /* block */)a2; - (id)succinctDescription; - (void)_lock_endObservingInstallProgress:(id)a0; - (id)applicationPlaceholderWithBundleIdentifier:(id)a0; - (void)updateStateOfPlaceholder:(id)a0 fromProgress:(id)a1; - (void)beginTrackingApplicationsWithBundleIdentifiers:(id)a0; @end