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

31 lines
857 B
Java
Raw Normal View History

2021-08-18 07:29:27 +00:00
package c.a.i;
import android.view.View;
2021-08-24 07:28:10 +00:00
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-11-22 08:31:21 +00:00
import com.facebook.drawee.span.SimpleDraweeSpanTextView;
/* compiled from: ViewUsernameBinding */
2021-08-18 07:29:27 +00:00
public final class b4 implements ViewBinding {
@NonNull
2021-10-11 07:48:45 +00:00
public final View a;
@NonNull
2021-11-22 08:31:21 +00:00
public final TextView b;
2021-08-24 07:28:10 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-11-22 08:31:21 +00:00
public final SimpleDraweeSpanTextView f71c;
2021-11-22 08:31:21 +00:00
public b4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
2021-10-11 07:48:45 +00:00
this.a = view;
2021-11-22 08:31:21 +00:00
this.b = textView;
this.f71c = simpleDraweeSpanTextView;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}