discord-jadx/app/src/main/java/b/a/i/d0.java

34 lines
980 B
Java
Raw Normal View History

2021-12-17 22:01:24 +00:00
package b.a.i;
import android.view.View;
import androidx.annotation.NonNull;
2021-08-24 07:28:10 +00:00
import androidx.cardview.widget.CardView;
import androidx.viewbinding.ViewBinding;
2021-08-24 07:28:10 +00:00
import com.discord.views.premium.AccountCreditView;
/* compiled from: LayoutAccountCreditsListBinding */
2021-12-17 22:01:24 +00:00
public final class d0 implements ViewBinding {
@NonNull
2021-08-24 07:28:10 +00:00
public final CardView a;
@NonNull
2021-12-17 22:01:24 +00:00
/* renamed from: b reason: collision with root package name */
2022-01-27 08:54:45 +00:00
public final AccountCreditView f95b;
2021-12-17 22:01:24 +00:00
@NonNull
public final AccountCreditView c;
@NonNull
2021-08-24 07:28:10 +00:00
public final View d;
2021-12-17 22:01:24 +00:00
public d0(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) {
2021-08-24 07:28:10 +00:00
this.a = cardView;
2022-01-27 08:54:45 +00:00
this.f95b = accountCreditView;
2021-12-17 22:01:24 +00:00
this.c = accountCreditView2;
2021-08-24 07:28:10 +00:00
this.d = view;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}