main
1namespace momoney.presentation.presenters
2{
3    public interface ISplashScreenState
4    {
5        void update();
6    }
7}