discord-jadx/app/src/main/java/c/a/i/n4.java

33 lines
1009 B
Java

package c.a.i;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.cardview.widget.CardView;
import androidx.viewbinding.ViewBinding;
/* compiled from: WidgetChatInputCommunicationDisabledGuardBinding */
public final class n4 implements ViewBinding {
@NonNull
public final RelativeLayout a;
@NonNull
public final TextView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f135c;
public n4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = relativeLayout;
this.b = textView2;
this.f135c = textView3;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}