export class ConnectionStatus {
  static OFFLINE = 0;
  static ONLINE = 1;
}
