package com.lemoulinstudio.bikefriend.parser; import java.net.URL; public interface UrlProvider { public URL getUrl(); }