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

24 lines
774 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.easycash.EasycashCreditLineService;
/* loaded from: classes3.dex */
public final class lGw implements fPK<EasycashCreditLineService> {
private final fZE<aSQ> b;
private final EasycashServiceModule c;
public static EasycashCreditLineService c(EasycashServiceModule easycashServiceModule, aSQ asq) {
EasycashCreditLineService h = easycashServiceModule.h(asq);
if (h != null) {
return h;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
@Override // o.fZE
public final /* synthetic */ Object get() {
throw null;
}
}