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

27 lines
471 B
Java

package bO;
public class BoInterfaceGolf {
private byte a = 0;
public byte a() {
return this.a;
}
public void a(byte paramByte) {
this.a = paramByte;
}
public boolean b() {
return ((this.a & 0x10) != 0);
}
public boolean c() {
return ((this.a & 0x1) != 0);
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bO/g.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/