apkfuckery/com.discord/smali/com/discord/gateway/rest/RestApi.smali

21 lines
501 B
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Lcom/discord/gateway/rest/RestApi;
.super Ljava/lang/Object;
.source "RestApi.kt"
# virtual methods
.method public abstract getGateway()Lrx/Observable;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Lcom/discord/models/domain/ModelGateway;",
">;"
}
.end annotation
2019-12-06 03:29:40 +00:00
2019-12-18 07:41:41 +00:00
.annotation runtime Lt/v/e;
2019-12-06 03:29:40 +00:00
value = "gateway"
.end annotation
2019-07-24 11:27:29 +00:00
.end method