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

36 lines
1.1 KiB
Java
Raw Normal View History

2021-08-24 17:45:16 +00:00
package c.a.i;
2021-06-27 20:44:35 +00:00
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.viewbinding.ViewBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.google.android.material.button.MaterialButton;
2021-08-18 19:46:22 +00:00
/* compiled from: LayoutAgeVerifyUnderageBinding */
2021-08-24 17:45:16 +00:00
public final class a0 implements ViewBinding {
2021-06-27 20:44:35 +00:00
@NonNull
public final ConstraintLayout a;
@NonNull
public final MaterialButton b;
@NonNull
/* renamed from: c reason: collision with root package name */
2021-08-24 17:45:16 +00:00
public final LinkifiedTextView f60c;
2021-06-27 20:44:35 +00:00
@NonNull
2021-08-18 19:46:22 +00:00
public final TextView d;
2021-06-27 20:44:35 +00:00
2021-08-24 17:45:16 +00:00
public a0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) {
2021-06-27 20:44:35 +00:00
this.a = constraintLayout;
this.b = materialButton;
2021-08-24 17:45:16 +00:00
this.f60c = linkifiedTextView;
2021-08-18 19:46:22 +00:00
this.d = textView2;
2021-06-27 20:44:35 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}