@class NSString, CSSmartSiriVolumeClient, NSObject; @protocol OS_dispatch_queue, CSSmartSiriVolumeControllerDelegate; @interface CSSmartSiriVolumeController : NSObject @property (retain, nonatomic) NSObject *queue; @property (retain, nonatomic) CSSmartSiriVolumeClient *ssvClient; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void).cxx_destruct; - (void)setSmartSiriVolumePercentage:(float)a0; - (void)setPermanentVolumeOffsetWithDirection:(BOOL)a0; - (void)setSmartSiriVolumeDirection:(BOOL)a0; - (void)_createSSVClientConnectionIfNeeded; - (void)didSmartSiriVolumeChangeForReason:(unsigned long long)a0; - (id)getVolumeForTTSType:(unsigned long long)a0 withContext:(id)a1; @end