25 lines
843 B
Java
25 lines
843 B
Java
package o;
|
|
|
|
import com.scb.phone.data.network.di.service.easycash.EasycashServiceModule;
|
|
import com.scb.phone.data.network.service.easycash.EasycashMCMCDetailService;
|
|
|
|
/* renamed from: o.kQV, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16004kQV implements fPK<EasycashMCMCDetailService> {
|
|
private final EasycashServiceModule b;
|
|
private final fZE<aSQ> e;
|
|
|
|
public static EasycashMCMCDetailService a(EasycashServiceModule easycashServiceModule, aSQ asq) {
|
|
EasycashMCMCDetailService l = easycashServiceModule.l(asq);
|
|
if (l != null) {
|
|
return l;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
@Override // o.fZE
|
|
public final /* synthetic */ Object get() {
|
|
throw null;
|
|
}
|
|
}
|