@class NSString, RERelevanceEnginePreferences, NSMapTable, NSObject; @protocol OS_dispatch_queue; @interface RERelevanceEnginePreferencesController : NSObject { NSMapTable *_preferences; RERelevanceEnginePreferences *_effectivePreferences; NSObject *_queue; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock; } @property (readonly, nonatomic) RERelevanceEnginePreferences *effectivePreferences; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithQueue:(id)a0; - (void).cxx_destruct; - (void)removePreferencesForObject:(id)a0; - (void)setPreferences:(id)a0 forObject:(id)a1; - (void)_resetEffectivePreferences; - (void)relevanceEnginePreferencesDidUpdate:(id)a0; @end