mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
19 lines
344 B
Java
19 lines
344 B
Java
package bN;
|
|
|
|
public class BnInterfaceJuliet {
|
|
private byte a = 0;
|
|
|
|
public byte a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(byte paramByte) {
|
|
this.a = paramByte;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bN/j.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |