what-the-bank/sources/o/PaK.java

16 lines
359 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.FrameLayout;
import androidx.recyclerview.widget.RecyclerView;
/* loaded from: classes3.dex */
public final class PaK {
public final RecyclerView b;
public final FrameLayout d;
public PaK(FrameLayout frameLayout, RecyclerView recyclerView) {
this.d = frameLayout;
this.b = recyclerView;
}
}