summaryrefslogtreecommitdiff
path: root/product/Presentation/Views/IGettingStartedView.cs
blob: 725c40892a412ff3b118eee434a6c1199ae0b536 (plain)
1
2
3
4
5
6
7
8
9
10
using MoMoney.Presentation.Presenters.Shell;
using MoMoney.Presentation.Views.Core;

namespace MoMoney.Presentation.Views.Shell
{
    public interface IGettingStartedView : IDockedContentView,
                                           IView<IGettingStartedPresenter>
    {
    }
}