blob: b0980f3dcad6a1de3673328e949ba6bafe21ffbf [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.syncbase.core;
public class NeighborhoodPeer {
public String appName;
public String blessings;
public boolean isLost;
}