discord-jadx/app/src/main/java/c/a/g/h/a.java

32 lines
853 B
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package c.a.g.h;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-08-03 07:33:18 +00:00
import android.widget.ImageView;
2021-07-24 02:37:17 +00:00
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
/* compiled from: ViewChipDefaultBinding */
public final class a implements ViewBinding {
@NonNull
public final RelativeLayout a;
@NonNull
2021-08-03 07:33:18 +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 f56c;
2021-07-24 02:37:17 +00:00
2021-08-03 07:33:18 +00:00
public a(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView) {
2021-07-24 02:37:17 +00:00
this.a = relativeLayout;
2021-08-03 07:33:18 +00:00
this.b = imageView;
2021-08-10 10:47:20 +00:00
this.f56c = textView;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}