package stirling.software.SPDF.UI;

public interface WebBrowser {
    void initWebUI(String url);

    void cleanup();
}
