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

35 lines
1018 B
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
import androidx.annotation.NonNull;
2022-03-28 08:10:50 +00:00
import androidx.cardview.widget.CardView;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2022-03-28 08:10:50 +00:00
import com.discord.views.premium.AccountCreditView;
/* compiled from: LayoutAccountCreditsListBinding.java */
2022-03-07 09:34:54 +00:00
/* loaded from: classes.dex */
2021-12-17 21:59:34 +00:00
public final class f0 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2022-03-28 08:10:50 +00:00
public final CardView a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-12-17 21:59:34 +00:00
/* renamed from: b reason: collision with root package name */
2022-03-28 08:10:50 +00:00
public final AccountCreditView f110b;
2021-12-17 21:59:34 +00:00
@NonNull
2022-03-28 08:10:50 +00:00
public final AccountCreditView c;
2021-08-13 06:23:11 +00:00
@NonNull
2022-03-28 08:10:50 +00:00
public final View d;
2021-07-24 02:37:17 +00:00
2022-03-28 08:10:50 +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-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}