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