mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
27 lines
475 B
Java
27 lines
475 B
Java
package A;
|
|
|
|
public class AInterfaceDelta {
|
|
private static d a = null;
|
|
|
|
private boolean b = false;
|
|
|
|
public static d a() {
|
|
if (a == null)
|
|
a = new d();
|
|
return a;
|
|
}
|
|
|
|
public boolean b() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(boolean paramBoolean) {
|
|
this.b = paramBoolean;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/A/d.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |