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