discord-jadx/app/src/main/java/c/a/j/k3.java

37 lines
977 B
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package c.a.j;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-08-10 10:47:20 +00:00
import android.widget.ImageView;
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-08-10 10:47:20 +00:00
/* compiled from: ViewSettingSharedBinding */
2021-08-03 07:33:18 +00:00
public final class k3 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
public final View a;
@NonNull
2021-08-10 10:47:20 +00:00
public final ImageView b;
2021-07-24 02:37:17 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-08-10 10:47:20 +00:00
public final TextView f119c;
@NonNull
public final TextView d;
@NonNull
public final TextView e;
2021-07-24 02:37:17 +00:00
2021-08-10 10:47:20 +00:00
public k3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
2021-07-24 02:37:17 +00:00
this.a = view;
2021-08-10 10:47:20 +00:00
this.b = imageView;
this.f119c = textView;
this.d = textView2;
this.e = textView3;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}