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

25 lines
793 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.scb.phone.data.network.di.service.easycash.EasycashServiceModule;
import com.scb.phone.data.network.service.EasycashService;
/* renamed from: o.acp, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C2345acp implements fPK<EasycashService> {
private final fZE<aSQ> b;
private final EasycashServiceModule d;
public static EasycashService a(EasycashServiceModule easycashServiceModule, aSQ asq) {
EasycashService r = easycashServiceModule.r(asq);
if (r != null) {
return r;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
@Override // o.fZE
public final /* synthetic */ Object get() {
throw null;
}
}