package c.a.j; import android.view.View; import android.widget.LinearLayout; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: IntegrationSyncSettingsBinding */ public final class v implements ViewBinding { @NonNull public final LinearLayout a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f173c; @NonNull public final RelativeLayout d; @NonNull public final TextView e; @NonNull public final RelativeLayout f; public v(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout2) { this.a = linearLayout; this.b = textView; this.f173c = textView2; this.d = relativeLayout; this.e = textView3; this.f = relativeLayout2; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }