discord-jadx/app/src/main/java/b/a/i/o4.java

33 lines
1009 B
Java

package b.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 o4 implements ViewBinding {
@NonNull
public final RelativeLayout a;
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f170b;
@NonNull
public final TextView c;
public o4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = relativeLayout;
this.f170b = textView2;
this.c = textView3;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}