package com.kofax.mobile.sdk.o; import o.fPK; import o.fZE; /* loaded from: classes3.dex */ public final class h implements fPK { private final g Im; private final fZE In; public h(g gVar, fZE fze) { this.Im = gVar; this.In = fze; } @Override // o.fZE /* renamed from: mf, reason: merged with bridge method [inline-methods] */ public final a get() { a a = this.Im.a(this.In.get()); if (a != null) { return a; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } public static h a(g gVar, fZE fze) { return new h(gVar, fze); } public static a a(g gVar, i iVar) { a a = gVar.a(iVar); if (a != null) { return a; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } }