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

74 lines
2.3 KiB
Java

package com.discord.databinding;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.core.widget.NestedScrollView;
import androidx.recyclerview.widget.RecyclerView;
import androidx.viewbinding.ViewBinding;
public final class WidgetChatListActionsBinding implements ViewBinding {
@NonNull
public final NestedScrollView a;
@NonNull
public final RecyclerView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f1731c;
@NonNull
public final TextView d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
@NonNull
public final TextView g;
@NonNull
public final TextView h;
@NonNull
public final TextView i;
@NonNull
public final TextView j;
@NonNull
public final TextView k;
@NonNull
public final TextView l;
@NonNull
public final TextView m;
@NonNull
public final TextView n;
@NonNull
public final TextView o;
@NonNull
public final TextView p;
@NonNull
public final TextView q;
public WidgetChatListActionsBinding(@NonNull NestedScrollView nestedScrollView, @NonNull RecyclerView recyclerView, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull TextView textView15) {
this.a = nestedScrollView;
this.b = recyclerView;
this.f1731c = textView;
this.d = textView2;
this.e = textView3;
this.f = textView4;
this.g = textView5;
this.h = textView6;
this.i = textView7;
this.j = textView8;
this.k = textView9;
this.l = textView10;
this.m = textView11;
this.n = textView12;
this.o = textView13;
this.p = textView14;
this.q = textView15;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}