25 lines
692 B
Java
25 lines
692 B
Java
package o;
|
|
|
|
import java.util.Map;
|
|
import java.util.Set;
|
|
|
|
/* renamed from: o.fNu, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
interface InterfaceC13008fNu {
|
|
public static final InterfaceC13008fNu a = new InterfaceC13008fNu() { // from class: o.fNu.4
|
|
@Override // o.InterfaceC13008fNu
|
|
public final Map<Class<?>, C13007fNt> b(Object obj) {
|
|
return C13003fNp.a(obj);
|
|
}
|
|
|
|
@Override // o.InterfaceC13008fNu
|
|
public final Map<Class<?>, Set<C13005fNr>> c(Object obj) {
|
|
return C13003fNp.d(obj);
|
|
}
|
|
};
|
|
|
|
Map<Class<?>, C13007fNt> b(Object obj);
|
|
|
|
Map<Class<?>, Set<C13005fNr>> c(Object obj);
|
|
}
|