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

43 lines
1.3 KiB
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.i;
2021-06-27 20:44:35 +00:00
import android.view.View;
2021-11-30 23:47:08 +00:00
import android.widget.ImageView;
2021-12-17 22:03:14 +00:00
import android.widget.RelativeLayout;
import android.widget.TextView;
2021-06-27 20:44:35 +00:00
import androidx.annotation.NonNull;
2021-12-17 22:03:14 +00:00
import androidx.cardview.widget.CardView;
2021-06-27 20:44:35 +00:00
import androidx.viewbinding.ViewBinding;
2022-01-19 20:19:48 +00:00
import com.google.android.material.button.MaterialButton;
2021-12-17 22:03:14 +00:00
/* compiled from: WidgetChatInputMemberVerificationGuardBinding */
2021-08-24 17:45:16 +00:00
public final class q4 implements ViewBinding {
2021-06-27 20:44:35 +00:00
@NonNull
2021-12-17 22:03:14 +00:00
public final RelativeLayout a;
2021-11-30 23:47:08 +00:00
@NonNull
2021-12-21 23:37:30 +00:00
/* renamed from: b reason: collision with root package name */
2022-02-14 21:43:51 +00:00
public final CardView f183b;
2021-12-21 23:37:30 +00:00
@NonNull
public final ImageView c;
2021-11-30 23:47:08 +00:00
@NonNull
2022-01-19 20:19:48 +00:00
public final MaterialButton d;
@NonNull
public final ImageView e;
@NonNull
public final TextView f;
2021-06-27 20:44:35 +00:00
2022-01-19 20:19:48 +00:00
public q4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull ImageView imageView2, @NonNull TextView textView) {
2021-12-17 22:03:14 +00:00
this.a = relativeLayout;
2022-02-14 21:43:51 +00:00
this.f183b = cardView;
2022-01-19 20:19:48 +00:00
this.c = imageView;
this.d = materialButton;
this.e = imageView2;
this.f = textView;
2021-10-05 20:14:30 +00:00
}
2021-06-27 20:44:35 +00:00
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}