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

41 lines
1.1 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-22 08:31:21 +00:00
import android.widget.Spinner;
2021-07-24 02:37:17 +00:00
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-11-22 08:31:21 +00:00
import com.google.android.material.card.MaterialCardView;
/* compiled from: ViewExperimentOverrideBinding */
2021-08-18 07:29:27 +00:00
public final class f2 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-27 00:35:07 +00:00
public final View a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-27 00:35:07 +00:00
2021-12-17 22:01:24 +00:00
/* renamed from: b reason: collision with root package name */
public final TextView f108b;
@NonNull
public final Spinner c;
2021-11-22 08:31:21 +00:00
@NonNull
public final TextView d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
2021-07-24 02:37:17 +00:00
2021-11-22 08:31:21 +00:00
public f2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) {
2021-07-27 00:35:07 +00:00
this.a = view;
2021-12-17 22:01:24 +00:00
this.f108b = textView;
this.c = spinner;
2021-11-22 08:31:21 +00:00
this.d = textView2;
this.e = textView3;
this.f = textView4;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}