mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
13 lines
274 B
Java
13 lines
274 B
Java
package G;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public interface GInterfaceCz extends Serializable {
|
|
String a();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/cZ.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |