package org.theotech.ceaselessandroid.image; /** * Created by Ben Johnson on 10/3/15. */ public interface ImageURLService { String getImageURL(); }