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

8 lines
143 B
Java
Raw Normal View History

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