mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 14:45:01 +00:00
21 lines
385 B
Java
21 lines
385 B
Java
package bN;
|
|
|
|
import java.io.IOException;
|
|
|
|
public interface BnInterfaceFoxtrot {
|
|
void a(t paramt);
|
|
|
|
void a(int paramInt, String paramString);
|
|
|
|
void a(IOException paramIOException);
|
|
|
|
void a();
|
|
|
|
void b();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bN/f.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |