Rabbit-R1/android (non root)/smali/smali_classes2/com/airbnb/lottie/model/KeyPathElement.smali
2024-05-21 17:08:36 -04:00

32 lines
1,014 B
Smali

.class public interface abstract Lcom/airbnb/lottie/model/KeyPathElement;
.super Ljava/lang/Object;
.source "KeyPathElement.java"
# virtual methods
.method public abstract addValueCallback(Ljava/lang/Object;Lcom/airbnb/lottie/value/LottieValueCallback;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(TT;",
"Lcom/airbnb/lottie/value/LottieValueCallback<",
"TT;>;)V"
}
.end annotation
.end method
.method public abstract resolveKeyPath(Lcom/airbnb/lottie/model/KeyPath;ILjava/util/List;Lcom/airbnb/lottie/model/KeyPath;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/airbnb/lottie/model/KeyPath;",
"I",
"Ljava/util/List<",
"Lcom/airbnb/lottie/model/KeyPath;",
">;",
"Lcom/airbnb/lottie/model/KeyPath;",
")V"
}
.end annotation
.end method