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

43 lines
1.3 KiB
Java
Raw Normal View History

2021-12-17 22:01:24 +00:00
package b.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-11-29 08:39:39 +00:00
import android.widget.ImageView;
import android.widget.RelativeLayout;
2021-11-22 08:31:21 +00:00
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
2021-11-29 08:39:39 +00:00
import androidx.cardview.widget.CardView;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2022-01-10 08:29:29 +00:00
import com.google.android.material.button.MaterialButton;
2021-11-29 08:39:39 +00:00
/* compiled from: WidgetChatInputMemberVerificationGuardBinding */
2021-12-17 22:01:24 +00:00
public final class q4 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-11-29 08:39:39 +00:00
public final RelativeLayout a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-11-29 08:39:39 +00:00
2021-12-17 22:01:24 +00:00
/* renamed from: b reason: collision with root package name */
2022-01-31 08:58:36 +00:00
public final CardView f183b;
2021-12-17 22:01:24 +00:00
@NonNull
public final ImageView c;
2021-11-29 08:39:39 +00:00
@NonNull
2022-01-10 08:29:29 +00:00
public final MaterialButton d;
@NonNull
public final ImageView e;
@NonNull
public final TextView f;
2021-07-24 02:37:17 +00:00
2022-01-10 08:29:29 +00:00
public q4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull ImageView imageView2, @NonNull TextView textView) {
2021-11-29 08:39:39 +00:00
this.a = relativeLayout;
2022-01-31 08:58:36 +00:00
this.f183b = cardView;
2022-01-10 08:29:29 +00:00
this.c = imageView;
this.d = materialButton;
this.e = imageView2;
this.f = textView;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}