main
1namespace presentation.windows
2{
3    public interface TabPresenter : Presenter
4    {
5        string Header { get; }
6    }
7}