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