apkfuckery/com.discord/smali/com/bugsnag/android/JsonStream$Streamable.smali
2019-02-04 21:05:16 +01:00

28 lines
754 B
Smali

.class interface abstract Lcom/bugsnag/android/JsonStream$Streamable;
.super Ljava/lang/Object;
.source "JsonStream.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/bugsnag/android/JsonStream;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x608
name = "Streamable"
.end annotation
# virtual methods
.method public abstract toStream(Lcom/bugsnag/android/JsonStream;)V
.param p1 # Lcom/bugsnag/android/JsonStream;
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method