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

45 lines
1.5 KiB
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
2022-03-28 08:10:50 +00:00
import android.widget.ImageView;
2022-03-12 00:35:13 +00:00
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
2022-03-28 08:10:50 +00:00
import androidx.core.widget.NestedScrollView;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2022-03-28 08:10:50 +00:00
import com.discord.utilities.view.text.LinkifiedTextView;
import com.google.android.material.textfield.TextInputEditText;
import com.google.android.material.textfield.TextInputLayout;
/* compiled from: WidgetDiscordHubEmailInputBinding.java */
2022-03-07 09:34:54 +00:00
/* loaded from: classes.dex */
2021-12-17 21:59:34 +00:00
public final class d5 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2022-03-28 08:10:50 +00:00
public final NestedScrollView a;
2021-11-20 07:11:29 +00:00
@NonNull
2021-12-17 21:59:34 +00:00
/* renamed from: b reason: collision with root package name */
2022-03-28 08:10:50 +00:00
public final LinkifiedTextView f100b;
2021-12-17 21:59:34 +00:00
@NonNull
2022-03-28 08:10:50 +00:00
public final TextInputEditText c;
@NonNull
public final TextInputLayout d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
2021-07-24 02:37:17 +00:00
2022-03-28 08:10:50 +00:00
public d5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = nestedScrollView;
this.f100b = linkifiedTextView;
this.c = textInputEditText;
this.d = textInputLayout;
this.e = textView;
this.f = textView2;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}