mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
16 lines
435 B
Java
16 lines
435 B
Java
package O;
|
|
|
|
import G.AeInterfaceMikeTostring;
|
|
import G.GInterfaceCx;
|
|
|
|
public class OInterfaceGolf implements GInterfaceCx {
|
|
public boolean a(AeInterfaceMikeTostring parambT) {
|
|
return (parambT != null && parambT.b() != null && parambT.b().startsWith("Ditron"));
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/O/g.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |