mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
23 lines
572 B
Smali
23 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
|