package q2;
/* renamed from: q2.f reason: case insensitive filesystem */
public abstract class C0899f {
public static Object a(Object obj) {
if (obj != null) {
return obj;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}
Download file