package com.quinn.githubknife.presenter; /** * Created by Quinn on 8/15/15. */ public interface CodePresenter { public void getContent(String owner, String repo, String path); }