@class NSObject, NSHashTable; @protocol OS_dispatch_queue; @interface CSVoiceTriggerAssetHandler : NSObject @property (retain, nonatomic) NSHashTable *observers; @property (retain, nonatomic) NSObject *queue; + (id)assetHandlerFactoryWithDisableOnDeviceCompilation:(BOOL)a0; + (id)sharedHandlerDisabledOnDeviceCompilation; + (id)sharedHandler; - (void)getVoiceTriggerAssetWithEndpointId:(id)a0 completion:(id /* block */)a1; - (id)defaultFallbackModelIfNil:(id)a0; - (void)notifyObservers:(id)a0 endpointId:(id)a1; - (id)init; - (void)registerObserver:(id)a0; - (void)unregisterObserver:(id)a0; - (void).cxx_destruct; @end