Rabbit-R1/switch port/smali/smali_classes3/io/sentry/JsonObjectDeserializer$NextValue.smali
2024-05-21 17:08:36 -04:00

24 lines
600 B
Smali

.class interface abstract Lio/sentry/JsonObjectDeserializer$NextValue;
.super Ljava/lang/Object;
.source "JsonObjectDeserializer.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/sentry/JsonObjectDeserializer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x60a
name = "NextValue"
.end annotation
# virtual methods
.method public abstract nextValue()Ljava/lang/Object;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method