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

8 lines
141 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
@FunctionalInterface
/* loaded from: classes6.dex */
public interface fSK<T1, T2> {
void b(T1 t1, T2 t2) throws Throwable;
}