mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
27 lines
450 B
Java
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
|
|
*/ |