36 lines
1.0 KiB
Java
36 lines
1.0 KiB
Java
|
package com.kofax.mobile.sdk._internal.dagger;
|
||
|
|
||
|
import com.kofax.mobile.sdk.capture.IImageStorage;
|
||
|
import o.fPK;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class g implements fPK<IImageStorage> {
|
||
|
private final e vJ;
|
||
|
|
||
|
public g(e eVar) {
|
||
|
this.vJ = eVar;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: hn, reason: merged with bridge method [inline-methods] */
|
||
|
public final IImageStorage get() {
|
||
|
IImageStorage iImageStorage = this.vJ.getIImageStorage();
|
||
|
if (iImageStorage != null) {
|
||
|
return iImageStorage;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public static g b(e eVar) {
|
||
|
return new g(eVar);
|
||
|
}
|
||
|
|
||
|
public static IImageStorage c(e eVar) {
|
||
|
IImageStorage iImageStorage = eVar.getIImageStorage();
|
||
|
if (iImageStorage != null) {
|
||
|
return iImageStorage;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|