mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-24 08:02:37 -06:00
10 lines
206 B
Java
10 lines
206 B
Java
package androidx.transition;
|
|
|
|
import android.graphics.drawable.Drawable;
|
|
|
|
/* loaded from: classes2.dex */
|
|
interface ViewOverlayImpl {
|
|
void add(Drawable drawable);
|
|
|
|
void remove(Drawable drawable);
|
|
}
|