package com.hannesdorfmann.mosby3.mvp.test.view; import com.hannesdorfmann.mosby3.mvp.MvpView; public interface AnotherMvpView extends MvpView { void showOtherMvpView(); }