mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
stuff
This commit is contained in:
43
app/G/GInterfaceAw.java
Normal file
43
app/G/GInterfaceAw.java
Normal file
@@ -0,0 +1,43 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user