PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@unimodules/core/android/src/main/java/org/unimodules/core/interfaces

Просмотр файла: RuntimeEnvironmentInterface.java

package org.unimodules.core.interfaces;

public interface RuntimeEnvironmentInterface {
  String platformName();
  PlatformVersion platformVersion();

  interface PlatformVersion {
    int major();
    int minor();
    int patch();
    String prerelease();
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!