Rabbit-R1/switch port/java/sources/com/airbnb/lottie/Cancellable.java

8 lines
124 B
Java
Raw Normal View History

2024-05-21 21:08:36 +00:00
package com.airbnb.lottie;
@Deprecated
/* loaded from: classes2.dex */
public interface Cancellable {
void cancel();
}