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

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