@class PKDiscoveryDriver, NSString; @protocol PKApplicationWorkspaceProxy; @interface PKDiscoveryLSWatcher : NSObject @property (weak) PKDiscoveryDriver *wdriver; @property (retain) id workspace; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)stopUpdates; - (void)update; - (void)pluginsDidUninstall:(id)a0; - (id)initWithDriver:(id)a0; - (void).cxx_destruct; - (void)pluginsDidInstall:(id)a0; - (void)updateWithUninstalledProxies:(id)a0; @end