package com.werb.gankwithzhihu.ui.view;
import android.widget.ImageView;
/**
* Created by Werb on 2016/8/18.
* Werb is Wanbo.
* Contact Me : werbhelius@gmail.com
*/
public interface ISplashView {
ImageView getCoverImg();
void goToMain();
}