package com.basic.security.utils.yuv; import android.graphics.Bitmap; public interface BitmapListener { public void onBitmap(Bitmap image); }