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

16 lines
439 B
Java

package O;
import G.AeInterfaceMikeTostring;
import G.GInterfaceCx;
public class OInterfaceEcho implements GInterfaceCx {
public boolean a(AeInterfaceMikeTostring parambT) {
return (parambT != null && parambT.b() != null && parambT.b().startsWith("DD-EFI Pro"));
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/O/e.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/