25 lines
780 B
Java
25 lines
780 B
Java
package o;
|
|
|
|
import android.widget.FrameLayout;
|
|
import android.widget.LinearLayout;
|
|
import androidx.core.widget.NestedScrollView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class VkI {
|
|
public final NestedScrollView a;
|
|
public final FrameLayout b;
|
|
public final FrameLayout c;
|
|
public final FrameLayout d;
|
|
public final NestedScrollView e;
|
|
private LinearLayout i;
|
|
|
|
public VkI(NestedScrollView nestedScrollView, FrameLayout frameLayout, FrameLayout frameLayout2, FrameLayout frameLayout3, NestedScrollView nestedScrollView2, LinearLayout linearLayout) {
|
|
this.a = nestedScrollView;
|
|
this.b = frameLayout;
|
|
this.c = frameLayout2;
|
|
this.d = frameLayout3;
|
|
this.e = nestedScrollView2;
|
|
this.i = linearLayout;
|
|
}
|
|
}
|