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

26 lines
479 B
Java

package bQ;
class BqInterfaceRomeo {
private final byte[] b;
private final double c;
r(l paraml, byte[] paramArrayOfbyte, double paramDouble) {
this.b = paramArrayOfbyte;
this.c = paramDouble;
}
public byte[] a() {
return this.b;
}
public double b() {
return this.c;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bQ/r.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/