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

45 lines
1.5 KiB
Java

package b.a.i;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.core.widget.NestedScrollView;
import androidx.viewbinding.ViewBinding;
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 */
/* loaded from: classes.dex */
public final class d5 implements ViewBinding {
@NonNull
public final NestedScrollView a;
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinkifiedTextView f100b;
@NonNull
public final TextInputEditText c;
@NonNull
public final TextInputLayout d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
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;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}