You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
289 B
12 lines
289 B
2 years ago
|
.class public interface abstract Lokhttp3/Callback;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Callback.java"
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract onFailure(Lokhttp3/Call;Ljava/io/IOException;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onResponse(Lokhttp3/Call;Lokhttp3/Response;)V
|
||
|
.end method
|