package com.quinn.githubknife.view; /** * Created by Quinn on 8/1/15. */ public interface ErrorView { public void onError(String msg); }