diff options
Diffstat (limited to 'src/Notepad/Presentation/Presenters/Shell/IMainShellPresenter.cs')
| -rw-r--r-- | src/Notepad/Presentation/Presenters/Shell/IMainShellPresenter.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Notepad/Presentation/Presenters/Shell/IMainShellPresenter.cs b/src/Notepad/Presentation/Presenters/Shell/IMainShellPresenter.cs new file mode 100644 index 0000000..c0ed3e9 --- /dev/null +++ b/src/Notepad/Presentation/Presenters/Shell/IMainShellPresenter.cs @@ -0,0 +1,5 @@ +using Notepad.Presentation.Core;
+
+namespace Notepad.Presentation.Presenters.Shell {
+ public interface IMainShellPresenter : IPresenter {}
+}
\ No newline at end of file |
