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