tmap/smali/k2/b.smali
2022-06-10 21:38:30 +09:00

49 lines
1.2 KiB
Smali

.class public interface abstract Lk2/b;
.super Ljava/lang/Object;
.source "ViewModelAssistedFactory.java"
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Landroidx/lifecycle/ViewModel;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract a(Landroidx/lifecycle/SavedStateHandle;)Landroidx/lifecycle/ViewModel;
.param p1 # Landroidx/lifecycle/SavedStateHandle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"handle"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroidx/lifecycle/SavedStateHandle;",
")TT;"
}
.end annotation
.end method