package com.quinn.githubknife.presenter; /** * Created by Quinn on 7/22/15. */ public interface AuthPresenter { public void auth(); }