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

19 lines
342 B
Java

package bO;
public class BoInterfaceEcho {
private byte a = 0;
public byte a() {
return this.a;
}
public void a(byte paramByte) {
this.a = paramByte;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bO/e.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/