what-the-bank/sources/com/airbnb/lottie/Cancellable.java

8 lines
123 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package com.airbnb.lottie;
@Deprecated
/* loaded from: classes.dex */
public interface Cancellable {
void cancel();
}