public interface IStitchUnsafeFunctions { String httpGet(String url); BufferedImage httpGetImage(String url); }
Last updated 3 days ago