what-the-bank/sources/o/oKp.java

23 lines
452 B
Java

package o;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes2.dex */
public final class oKp {
private static final Map<String, Sts> b = new HashMap();
/* loaded from: classes2.dex */
public interface Sts {
String a(InterfaceC8452dLk interfaceC8452dLk);
}
public static void d(String str, Sts sts) {
b.put(str, sts);
}
public static Map<String, Sts> a() {
return b;
}
}