IFriendPublicApi.smali

.class public interface abstract Lcom/sandboxol/center/web/IFriendPublicApi;
.super Ljava/lang/Object;
.source "IFriendPublicApi.java"


# virtual methods
.method public abstract getFriendStatus(J)Lrx/Observable;
    .param p1    # J
        .annotation runtime Lretrofit2/http/Path;
            value = "friendId"
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(J)",
            "Lrx/Observable<",
            "Lcom/sandboxol/common/base/web/HttpResponse<",
            "Ljava/lang/Integer;",
            ">;>;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/GET;
        value = "/friend/api/v1/friend/status/{friendId}"
    .end annotation
.end method