23 lines
655 B
Java
23 lines
655 B
Java
package o;
|
|
|
|
import com.scb.phone.view.custom.webview.SCBWebView;
|
|
|
|
/* renamed from: o.eEl, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final /* synthetic */ class RunnableC10451eEl implements Runnable {
|
|
private InterfaceC12922fLZ b;
|
|
private SCBWebView d;
|
|
private String e;
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
SCBWebView.a(this.e, this.b, this.d);
|
|
}
|
|
|
|
public /* synthetic */ RunnableC10451eEl(String str, InterfaceC12922fLZ interfaceC12922fLZ, SCBWebView sCBWebView) {
|
|
this.e = str;
|
|
this.b = interfaceC12922fLZ;
|
|
this.d = sCBWebView;
|
|
}
|
|
}
|