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

31 lines
857 B
Java
Raw Normal View History

2021-08-11 06:37:47 +00:00
package c.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-10-28 19:31:20 +00:00
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-10-28 19:31:20 +00:00
import com.facebook.drawee.span.SimpleDraweeSpanTextView;
/* compiled from: ViewUsernameBinding */
2021-08-03 07:33:18 +00:00
public final class a4 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-10-28 19:31:20 +00:00
public final View a;
@NonNull
public final TextView b;
2021-07-24 02:37:17 +00:00
@NonNull
2021-10-28 19:31:20 +00:00
/* renamed from: c reason: collision with root package name */
2021-11-02 06:38:17 +00:00
public final SimpleDraweeSpanTextView f65c;
2021-08-12 06:36:45 +00:00
2021-10-28 19:31:20 +00:00
public a4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
this.a = view;
this.b = textView;
2021-11-02 06:38:17 +00:00
this.f65c = simpleDraweeSpanTextView;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}