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

19 lines
341 B
Java

package G;
public class GInterfaceBx implements bW {
int a;
public GInterfaceBx(int paramInt) {
this.a = paramInt;
}
public int a() {
return this.a;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/bX.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/