a.smali

.class public interface abstract Lse/a;
.super Ljava/lang/Object;
.source "UserProfileDao.kt"

# interfaces
.implements Lle/a;


# annotations
.annotation build Landroidx/room/Dao;
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Object;",
        "Lle/a<",
        "Lcom/shopee/foody/driver/user/model/UserProfile;",
        ">;"
    }
.end annotation


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method


# virtual methods
.method public abstract b(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
    .annotation build Landroidx/room/Query;
        value = "SELECT * FROM profile"
    .end annotation

    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lkotlin/coroutines/Continuation<",
            "-",
            "Ljava/util/List<",
            "Lcom/shopee/foody/driver/user/model/UserProfile;",
            ">;>;)",
            "Ljava/lang/Object;"
        }
    .end annotation
.end method