16 lines
359 B
Java
16 lines
359 B
Java
|
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;
|
||
|
}
|
||
|
}
|