mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-24 16:12:29 -06:00
11 lines
206 B
Java
11 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);
|
||
|
}
|