mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
25 lines
473 B
Java
25 lines
473 B
Java
package G;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public class GComponentBb extends aH implements Serializable {
|
|
private int f = 0;
|
|
|
|
public GComponentBb(String paramString) {
|
|
super(paramString);
|
|
}
|
|
|
|
public int y() {
|
|
return this.f;
|
|
}
|
|
|
|
public void f(int paramInt) {
|
|
this.f = paramInt;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/bb.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |