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

27 lines
450 B
Java

package G;
public class GInterfaceCp {
private static cP a = null;
private cO b = null;
public static cP a() {
if (a == null)
a = new cP();
return a;
}
public cO b() {
return this.b;
}
public void a(cO paramcO) {
this.b = paramcO;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/cP.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/