mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-02-18 15:18:37 -05:00
* Redesign of home screen and view UI * Update screenshots and CHANGELOG * Make spotbugs happy * Fix double store name announcement
6 lines
138 B
Java
6 lines
138 B
Java
package protect.card_locker;
|
|
|
|
public interface BarcodeImageWriterResultCallback {
|
|
void onBarcodeImageWriterResult(boolean success);
|
|
}
|