package com.qboxus.tictic.interfaces;

import android.graphics.Bitmap;

public interface StickerCallback {
    void onResult(Bitmap bitmap);
}
