24 lines
774 B
Java
24 lines
774 B
Java
package o;
|
|
|
|
import com.scb.phone.data.network.di.service.easycash.EasycashServiceModule;
|
|
import com.scb.phone.data.network.service.easycash.EasycashNcbConsentService;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class pJU implements fPK<EasycashNcbConsentService> {
|
|
private final EasycashServiceModule a;
|
|
private final fZE<aSQ> d;
|
|
|
|
public static EasycashNcbConsentService b(EasycashServiceModule easycashServiceModule, aSQ asq) {
|
|
EasycashNcbConsentService k = easycashServiceModule.k(asq);
|
|
if (k != null) {
|
|
return k;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
@Override // o.fZE
|
|
public final /* synthetic */ Object get() {
|
|
throw null;
|
|
}
|
|
}
|