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