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

25 lines
458 B
Java

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