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

8 lines
121 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
@FunctionalInterface
/* loaded from: classes6.dex */
public interface fSR {
void c() throws Throwable;
}