discord-jadx/app/src/main/java/com/discord/databinding/WidgetServerSettingsOvervie...

39 lines
1.2 KiB
Java

package com.discord.databinding;
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.core.widget.NestedScrollView;
import androidx.viewbinding.ViewBinding;
public final class WidgetServerSettingsOverviewAfkTimeoutBinding implements ViewBinding {
@NonNull
public final NestedScrollView a;
@NonNull
public final TextView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f1910c;
@NonNull
public final TextView d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
public WidgetServerSettingsOverviewAfkTimeoutBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) {
this.a = nestedScrollView;
this.b = textView2;
this.f1910c = textView3;
this.d = textView4;
this.e = textView5;
this.f = textView6;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}