package com.kofax.mobile.sdk.ah; import android.content.Context; import android.content.res.AssetManager; import o.fPK; import o.fZE; /* loaded from: classes3.dex */ public final class b implements fPK { private final fZE X; private final a Yd; public b(a aVar, fZE fze) { this.Yd = aVar; this.X = fze; } @Override // o.fZE /* renamed from: sq, reason: merged with bridge method [inline-methods] */ public final AssetManager get() { AssetManager r = this.Yd.r(this.X.get()); if (r != null) { return r; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } public static b a(a aVar, fZE fze) { return new b(aVar, fze); } public static AssetManager a(a aVar, Context context) { AssetManager r = aVar.r(context); if (r != null) { return r; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } }