package com.arellomobile.mvp.view; import com.arellomobile.mvp.MvpView; /** * Date: 15.03.2016 * Time: 13:56 * * @author Savin Mikhail */ public interface TestView2 extends MvpView { void testEvent(Object o); }