main
1using momoney.presentation.presenters;
2
3namespace momoney.presentation.views
4{
5 public interface IGettingStartedView : IDockedContentView,
6 IView<IGettingStartedPresenter>
7 {
8 }
9}