mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
19 lines
327 B
Java
19 lines
327 B
Java
package ac;
|
|
|
|
import java.io.File;
|
|
|
|
public interface AcInterfaceFoxtrot {
|
|
void a(File paramFile);
|
|
|
|
void c();
|
|
|
|
void d();
|
|
|
|
void b(String paramString);
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ac/f.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |