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

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