mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
27 lines
405 B
Java
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
|
|
*/ |