package tr.com.stackdeveloper.esgm; public interface ImageDataResultHandler { void onConvertComplete(byte[] imageData); }