mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
17 lines
537 B
Smali
17 lines
537 B
Smali
.class public interface abstract Lcom/journeyapps/barcodescanner/DecoderFactory;
|
|
.super Ljava/lang/Object;
|
|
.source "DecoderFactory.java"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract createDecoder(Ljava/util/Map;)Lcom/journeyapps/barcodescanner/Decoder;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/Map<",
|
|
"Lcom/google/zxing/DecodeHintType;",
|
|
"*>;)",
|
|
"Lcom/journeyapps/barcodescanner/Decoder;"
|
|
}
|
|
.end annotation
|
|
.end method
|