// Author: Simon Gockner // Created: 2021-04-17 // Copyright(c) 2021 SimonG. All Rights Reserved. namespace Lib.Audio.Controls.Buttons.Interfaces { public interface ISelectButton : IButton { } }