9 lines
178 B
C#
9 lines
178 B
C#
|
using MassiveKnob.Plugin.CoreAudio.Base;
|
|||
|
|
|||
|
namespace MassiveKnob.Plugin.CoreAudio.SetVolume
|
|||
|
{
|
|||
|
public class DeviceSetVolumeActionSettings : BaseDeviceSettings
|
|||
|
{
|
|||
|
}
|
|||
|
}
|