mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 15:15:30 +00:00
stuff
This commit is contained in:
41
app/G/GInterfaceBi.java
Normal file
41
app/G/GInterfaceBi.java
Normal file
@@ -0,0 +1,41 @@
|
||||
package G;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class GInterfaceBi extends bv implements Serializable {
|
||||
private String a = null;
|
||||
|
||||
private int f = 16;
|
||||
|
||||
private int g = 198;
|
||||
|
||||
public String a() {
|
||||
return this.a;
|
||||
}
|
||||
|
||||
public void a(String paramString) {
|
||||
this.a = paramString;
|
||||
}
|
||||
|
||||
public int b() {
|
||||
return this.f;
|
||||
}
|
||||
|
||||
public void a(int paramInt) {
|
||||
this.f = paramInt;
|
||||
}
|
||||
|
||||
public int c() {
|
||||
return this.g;
|
||||
}
|
||||
|
||||
public void b(int paramInt) {
|
||||
this.g = paramInt;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/bi.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user