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