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

27 lines
405 B
Java

package bB;
public interface BbInterfaceRomeo {
String e();
double a();
double b();
void a(double paramDouble);
void b(double paramDouble);
boolean c();
boolean d();
void a(int paramInt);
int f();
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bB/r.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/