mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-05-10 17:13:02 -04:00
6 lines
129 B
Kotlin
6 lines
129 B
Kotlin
package protect.card_locker
|
|
|
|
interface BarcodeImageWriterResultCallback {
|
|
fun onBarcodeImageWriterResult(success: Boolean)
|
|
}
|