@class NSUUID, NSString, NSHashTable, NSObject; @protocol OS_dispatch_queue; @interface LSApplicationWorkspaceRemoteObserver : NSObject <LSInternalWorkspaceObserverProtocol, NSSecureCoding> { NSHashTable *_observers; NSObject<OS_dispatch_queue> *_progressSubscriptionsQueue; } @property (class, readonly) BOOL supportsSecureCoding; @property (retain, nonatomic) NSUUID *uuid; @property (getter=isObservinglsd) BOOL observinglsd; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)applicationsDidInstall:(id)a0; - (void)applicationInstallsDidChange:(id)a0; - (void)applicationInstallsDidStart:(id)a0; - (void)applicationsDidUninstall:(id)a0; - (BOOL)messageObserversWithSelector:(SEL)a0; - (id)init; - (void)networkUsageChanged:(BOOL)a0; - (void)applicationInstallsArePrioritized:(id)a0 arePaused:(id)a1; - (void)applicationInstallsDidCancel:(id)a0; - (void)databaseWasRebuilt; - (void)deviceManagementPolicyDidChange:(id)a0; - (void)encodeWithCoder:(id)a0; - (BOOL)messageObserversWithSelector:(SEL)a0 andApps:(id)a1 filterLaunchProhibited:(BOOL)a2; - (void)applicationsWillInstall:(id)a0; - (void)applicationIconDidChange:(id)a0; - (BOOL)messageObserversWithSelector:(SEL)a0 andApps:(id)a1; - (void)pluginsDidUninstall:(id)a0; - (void)applicationsWillUninstall:(id)a0; - (void)pluginsWillUninstall:(id)a0; - (void)applicationsDidChangePersonas:(id)a0; - (void)applicationInstallsDidResume:(id)a0; - (void)applicationInstallsDidUpdateIcon:(id)a0; - (unsigned long long)currentObserverCount; - (void).cxx_destruct; - (void)removeLocalObserver:(id)a0; - (void)applicationsDidFailToUninstall:(id)a0; - (void)applicationStateDidChange:(id)a0; - (id)localObservers; - (void)applicationsDidFailToInstall:(id)a0; - (void)applicationInstallsDidPrioritize:(id)a0; - (void)addLocalObserver:(id)a0; - (void)pluginsDidInstall:(id)a0; - (id)initWithCoder:(id)a0; - (void)applicationInstallsDidPause:(id)a0; @end