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