package dev.garrettmills.starship.hyperlink.scanner; public interface QRCodeListener { void onQRCodeFound(String qrCode); void onQRCodeNotFound(); }