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

58 lines
1.8 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;
import com.facebook.drawee.view.SimpleDraweeView;
public final class WidgetChannelsListItemActionsBinding 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 f1751c;
@NonNull
public final TextView d;
@NonNull
public final TextView e;
@NonNull
public final SimpleDraweeView f;
@NonNull
public final TextView g;
@NonNull
public final View h;
@NonNull
public final TextView i;
@NonNull
public final TextView j;
@NonNull
public final TextView k;
@NonNull
public final TextView l;
public WidgetChannelsListItemActionsBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView5, @NonNull View view, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9) {
this.a = nestedScrollView;
this.b = textView;
this.f1751c = textView2;
this.d = textView3;
this.e = textView4;
this.f = simpleDraweeView;
this.g = textView5;
this.h = view;
this.i = textView6;
this.j = textView7;
this.k = textView8;
this.l = textView9;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}