36 lines
883 B
Java
36 lines
883 B
Java
|
package com.kofax.mobile.sdk.ah;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import o.fPK;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class bl implements fPK<Context> {
|
||
|
private final o Yi;
|
||
|
|
||
|
public bl(o oVar) {
|
||
|
this.Yi = oVar;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: tt, reason: merged with bridge method [inline-methods] */
|
||
|
public final Context get() {
|
||
|
Context sz = this.Yi.sz();
|
||
|
if (sz != null) {
|
||
|
return sz;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public static bl c(o oVar) {
|
||
|
return new bl(oVar);
|
||
|
}
|
||
|
|
||
|
public static Context d(o oVar) {
|
||
|
Context sz = oVar.sz();
|
||
|
if (sz != null) {
|
||
|
return sz;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|