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

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