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

45 lines
1.5 KiB
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.i;
2021-08-24 17:45:16 +00:00
import android.view.View;
2022-04-04 20:51:55 +00:00
import android.widget.ImageView;
2022-03-15 17:00:47 +00:00
import android.widget.TextView;
2021-08-24 17:45:16 +00:00
import androidx.annotation.NonNull;
2022-04-04 20:51:55 +00:00
import androidx.core.widget.NestedScrollView;
2021-08-24 17:45:16 +00:00
import androidx.viewbinding.ViewBinding;
2022-04-04 20:51:55 +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-02 20:59:20 +00:00
/* loaded from: classes.dex */
2021-08-24 17:45:16 +00:00
public final class d5 implements ViewBinding {
@NonNull
2022-04-04 20:51:55 +00:00
public final NestedScrollView a;
2021-12-17 22:03:14 +00:00
@NonNull
2021-12-21 23:37:30 +00:00
/* renamed from: b reason: collision with root package name */
2022-04-04 20:51:55 +00:00
public final LinkifiedTextView f100b;
2021-12-21 23:37:30 +00:00
@NonNull
2022-04-04 20:51:55 +00:00
public final TextInputEditText c;
@NonNull
public final TextInputLayout d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
2021-08-24 17:45:16 +00:00
2022-04-04 20:51:55 +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-08-24 17:45:16 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}