mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
39 lines
697 B
Java
39 lines
697 B
Java
package bh;
|
|
|
|
import G.SerializableImpl;
|
|
|
|
class BhInterfaceWhiskey {
|
|
private final String b;
|
|
|
|
private final SerializableImpl c;
|
|
|
|
private final double d;
|
|
|
|
w(v paramv, String paramString, SerializableImpl paramaH, double paramDouble) {
|
|
this.b = paramString;
|
|
this.c = paramaH;
|
|
this.d = paramDouble;
|
|
}
|
|
|
|
public String a() {
|
|
return this.c.aL();
|
|
}
|
|
|
|
public double b() {
|
|
return this.d;
|
|
}
|
|
|
|
public String c() {
|
|
return this.b;
|
|
}
|
|
|
|
public SerializableImpl d() {
|
|
return this.c;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bh/w.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |