summaryrefslogtreecommitdiff
path: root/src/Notepad/Presentation/Core/IPresenter.cs
blob: 45d40b2eff86fa82cef8c909c67f7fb1a4195767 (plain)
1
2
3
4
5
namespace Notepad.Presentation.Core {
    public interface IPresenter {
        void Initialize();
    }
}