mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
16 lines
418 B
Java
16 lines
418 B
Java
package bl;
|
|
|
|
import G.T;
|
|
import com.efiAnalytics.plugin.ecu.servers.EcuConfigurationNameServer;
|
|
|
|
final class EcuConfigurationNameServerImpl implements EcuConfigurationNameServer {
|
|
public String[] getAllConfigurationNames() {
|
|
return T.a().d();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bl/m.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |