summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/Interfaces/IOptionsViewModel.cs
blob: b6b75ad87605aadb080a48250f82dd8e6161d4ef (plain)
1
2
3
4
5
6
7
8
9
namespace HandBrakeWPF.ViewModels.Interfaces
{
    /// <summary>
    /// The Options Screen View Model Interface
    /// </summary>
    public interface IOptionsViewModel
    {
    }
}