Files
tustu/app/s/SInterfaceFoxtrot.java
2026-01-11 20:30:56 +00:00

17 lines
319 B
Java

package s;
import java.awt.Component;
public interface SInterfaceFoxtrot {
String a();
void a(String paramString);
Component getComponent();
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/s/f.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/