21 lines
741 B
Java
21 lines
741 B
Java
|
package o;
|
||
|
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import com.scb.phone.view.custom.common.CustomViewProgressAnimationFull;
|
||
|
import com.scb.phone.view.custom.webview.SCBWebView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class GCN {
|
||
|
public final SCBWebView a;
|
||
|
private ConstraintLayout c;
|
||
|
public final ConstraintLayout d;
|
||
|
public final CustomViewProgressAnimationFull e;
|
||
|
|
||
|
public GCN(ConstraintLayout constraintLayout, ConstraintLayout constraintLayout2, CustomViewProgressAnimationFull customViewProgressAnimationFull, SCBWebView sCBWebView) {
|
||
|
this.d = constraintLayout;
|
||
|
this.c = constraintLayout2;
|
||
|
this.e = customViewProgressAnimationFull;
|
||
|
this.a = sCBWebView;
|
||
|
}
|
||
|
}
|