16 lines
397 B
Java
16 lines
397 B
Java
package o;
|
|
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
import com.scb.phone.view.custom.webview.SCBWebView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class OxQ {
|
|
public final SCBWebView b;
|
|
public final ConstraintLayout c;
|
|
|
|
public OxQ(ConstraintLayout constraintLayout, SCBWebView sCBWebView) {
|
|
this.c = constraintLayout;
|
|
this.b = sCBWebView;
|
|
}
|
|
}
|