mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
26 lines
471 B
Java
26 lines
471 B
Java
package G;
|
|
|
|
public class GInterfaceBk {
|
|
private String b = "";
|
|
|
|
private bL c = null;
|
|
|
|
public GInterfaceBk(bJ parambJ, String paramString, bL parambL) {
|
|
this.b = paramString;
|
|
this.c = parambL;
|
|
}
|
|
|
|
public String a() {
|
|
return this.b;
|
|
}
|
|
|
|
public bL b() {
|
|
return this.c;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/bK.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |