package G; import java.io.Serializable; public class GInterfaceBd extends bv implements Serializable { private int a = -1; public int a() { return this.a; } public void a(int paramInt) { this.a = paramInt; } } /* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/bD.class * Java compiler version: 8 (52.0) * JD-Core Version: 1.1.3 */