mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 10:02:28 -06:00
10 lines
202 B
Java
10 lines
202 B
Java
package androidx.transition;
|
|
|
|
import android.view.View;
|
|
|
|
/* loaded from: classes2.dex */
|
|
interface ViewGroupOverlayImpl extends ViewOverlayImpl {
|
|
void add(View view);
|
|
|
|
void remove(View view);
|
|
}
|