package se.leap.bitmaskclient.tethering; public class TetheringState { public boolean isWifiTetheringEnabled; public boolean isUsbTetheringEnabled; public boolean isBluetoothTetheringEnabled; }