mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 09:32:27 -06:00
8 lines
143 B
Java
8 lines
143 B
Java
package androidx.viewbinding;
|
|
|
|
import android.view.View;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface ViewBinding {
|
|
View getRoot();
|
|
}
|