package com.halzhang.android.examples.dagger2example; /** * Created by Hal on 16/5/28. */ public interface BasePresenter { void start(); }