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