mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
25 lines
368 B
Java
25 lines
368 B
Java
package ae;
|
|
|
|
import java.util.List;
|
|
|
|
public interface AeInterfaceTango {
|
|
String a();
|
|
|
|
int b();
|
|
|
|
List e();
|
|
|
|
boolean a(Object paramObject);
|
|
|
|
Object f();
|
|
|
|
double c();
|
|
|
|
double d();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ae/t.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |