25 lines
725 B
Java
25 lines
725 B
Java
package o;
|
|
|
|
import com.scb.phone.data.di.DataModule;
|
|
import com.scb.phone.data.network.service.TransferService;
|
|
|
|
/* renamed from: o.KjL, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0601KjL implements fPK<iJR> {
|
|
private final DataModule b;
|
|
private final fZE<TransferService> e;
|
|
|
|
public static iJR a(DataModule dataModule, TransferService transferService) {
|
|
iJR d = dataModule.d(transferService);
|
|
if (d != null) {
|
|
return d;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
@Override // o.fZE
|
|
public final /* synthetic */ Object get() {
|
|
throw null;
|
|
}
|
|
}
|