mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
19 lines
282 B
Java
19 lines
282 B
Java
package A;
|
|
|
|
public interface AInterfaceEcho {
|
|
void a();
|
|
|
|
void b();
|
|
|
|
void c();
|
|
|
|
void d();
|
|
|
|
void e();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/A/e.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |