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

34 lines
885 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.a.i;
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-07-03 23:36:06 +00:00
import com.discord.views.StatusView;
/* compiled from: ViewToolbarTitleBinding */
2021-06-27 20:44:35 +00:00
public final class q3 implements ViewBinding {
@NonNull
2021-07-03 23:36:06 +00:00
public final View a;
2021-06-27 20:44:35 +00:00
@NonNull
2021-07-03 23:36:06 +00:00
public final StatusView b;
2021-06-27 20:44:35 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-07-03 23:36:06 +00:00
public final TextView f147c;
2021-06-27 20:44:35 +00:00
@NonNull
public final TextView d;
2021-07-03 23:36:06 +00:00
public q3(@NonNull View view, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = view;
this.b = statusView;
this.f147c = textView;
2021-06-27 20:44:35 +00:00
this.d = textView2;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}