Rabbit-R1/original r1/smali/smali_classes2/com/airbnb/lottie/Cancellable.smali
2024-05-21 17:08:36 -04:00

13 lines
259 B
Smali

.class public interface abstract Lcom/airbnb/lottie/Cancellable;
.super Ljava/lang/Object;
.source "Cancellable.java"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract cancel()V
.end method