package eu.mikroskeem.utils.paste; import java.io.IOException; public interface IPaste { String paste(String content) throws IOException; }