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

8 lines
126 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
@FunctionalInterface
/* loaded from: classes.dex */
public interface fSQ<T> {
void c(T t) throws Throwable;
}