package androidx.viewbinding; import android.view.View; /* loaded from: classes2.dex */ public interface ViewBinding { View getRoot(); }