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

35 lines
1018 B
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.i;
2021-06-27 20:44:35 +00:00
import android.view.View;
import androidx.annotation.NonNull;
2022-04-04 20:51:55 +00:00
import androidx.cardview.widget.CardView;
2021-06-27 20:44:35 +00:00
import androidx.viewbinding.ViewBinding;
2022-04-04 20:51:55 +00:00
import com.discord.views.premium.AccountCreditView;
/* compiled from: LayoutAccountCreditsListBinding.java */
2022-03-02 20:59:20 +00:00
/* loaded from: classes.dex */
2021-12-21 23:37:30 +00:00
public final class f0 implements ViewBinding {
2021-06-27 20:44:35 +00:00
@NonNull
2022-04-04 20:51:55 +00:00
public final CardView a;
2021-06-27 20:44:35 +00:00
@NonNull
2021-12-21 23:37:30 +00:00
/* renamed from: b reason: collision with root package name */
2022-04-04 20:51:55 +00:00
public final AccountCreditView f110b;
2021-12-21 23:37:30 +00:00
@NonNull
2022-04-04 20:51:55 +00:00
public final AccountCreditView c;
2021-06-27 20:44:35 +00:00
@NonNull
2022-04-04 20:51:55 +00:00
public final View d;
2021-06-27 20:44:35 +00:00
2022-04-04 20:51:55 +00:00
public f0(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) {
this.a = cardView;
this.f110b = accountCreditView;
this.c = accountCreditView2;
this.d = view;
2021-06-27 20:44:35 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}