discord-jadx/app/src/main/java/c/a/i/c4.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-10 10:47:20 +00:00
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-08-10 10:47:20 +00:00
import com.facebook.drawee.span.SimpleDraweeSpanTextView;
/* compiled from: ViewUsernameBinding */
2021-08-18 07:29:27 +00:00
public final class c4 implements ViewBinding {
@NonNull
2021-08-10 10:47:20 +00:00
public final View a;
@NonNull
public final TextView b;
@NonNull
2021-08-10 10:47:20 +00:00
/* renamed from: c reason: collision with root package name */
2021-08-18 07:29:27 +00:00
public final SimpleDraweeSpanTextView f74c;
2021-08-18 07:29:27 +00:00
public c4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
2021-08-10 10:47:20 +00:00
this.a = view;
this.b = textView;
2021-08-18 07:29:27 +00:00
this.f74c = simpleDraweeSpanTextView;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}