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

21 lines
741 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}