mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
23 lines
426 B
Java
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
|
|
*/ |