package com.fastaccess.ui.modules.intro; /** * Created by Kosh on 06 Nov 2016, 12:28 PM */ public interface IntroPageMvp { interface View { } interface Presenter { } }