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

23 lines
426 B
Java

package G;
public GComponentClass GComponentCl implements dj {
aM a;
public GComponentCl(aM paramaM) {
this.a = paramaM;
}
public double a() {
return this.a.B();
}
public double a(int paramInt) {
return this.a.i(paramInt);
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/cl.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/