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

31 lines
859 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.a.i;
import android.view.View;
2021-07-13 20:23:20 +00:00
import android.widget.TextView;
2021-06-27 20:44:35 +00:00
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-07-13 20:23:20 +00:00
import com.facebook.drawee.span.SimpleDraweeSpanTextView;
/* compiled from: ViewUsernameBinding */
2021-06-27 20:44:35 +00:00
public final class u3 implements ViewBinding {
@NonNull
2021-07-13 20:23:20 +00:00
public final View a;
@NonNull
public final TextView b;
2021-06-27 20:44:35 +00:00
@NonNull
2021-07-13 20:23:20 +00:00
/* renamed from: c reason: collision with root package name */
public final SimpleDraweeSpanTextView f164c;
2021-07-03 23:36:06 +00:00
2021-07-13 20:23:20 +00:00
public u3(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
this.a = view;
this.b = textView;
this.f164c = simpleDraweeSpanTextView;
2021-06-27 20:44:35 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}