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 */