package tr.com.stackdeveloper.esgm; public interface WebViewHtmlContentHandler { void onGetHtmlContent(String htmlContent); }