mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 00:52:31 -06:00
22 lines
572 B
Smali
22 lines
572 B
Smali
.class public interface abstract Lcom/journeyapps/barcodescanner/BarcodeCallback;
|
|
.super Ljava/lang/Object;
|
|
.source "BarcodeCallback.java"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract barcodeResult(Lcom/journeyapps/barcodescanner/BarcodeResult;)V
|
|
.end method
|
|
|
|
.method public possibleResultPoints(Ljava/util/List;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/List<",
|
|
"Lcom/google/zxing/ResultPoint;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
return-void
|
|
.end method
|