what-the-bank/sources/o/DJG.java

24 lines
762 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.scb.phone.data.network.di.service.easycash.EasycashServiceModule;
import com.scb.phone.data.network.service.easycash.EasycashSummaryService;
/* loaded from: classes3.dex */
public final class DJG implements fPK<EasycashSummaryService> {
private final fZE<aSQ> b;
private final EasycashServiceModule d;
public static EasycashSummaryService a(EasycashServiceModule easycashServiceModule, aSQ asq) {
EasycashSummaryService q = easycashServiceModule.q(asq);
if (q != null) {
return q;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
@Override // o.fZE
public final /* synthetic */ Object get() {
throw null;
}
}