mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
19 lines
341 B
Java
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
|
|
*/ |