mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
43 lines
692 B
Java
43 lines
692 B
Java
package G;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public class GInterfaceAw implements Serializable {
|
|
private int b = -1;
|
|
|
|
private int c = -1;
|
|
|
|
private int d = -1;
|
|
|
|
public GInterfaceAw(an paraman) {}
|
|
|
|
public int a() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.b = paramInt;
|
|
}
|
|
|
|
public int b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void b(int paramInt) {
|
|
this.c = paramInt;
|
|
}
|
|
|
|
public int c() {
|
|
return this.d;
|
|
}
|
|
|
|
public void c(int paramInt) {
|
|
this.d = paramInt;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/aw.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |