blob: 155f940de4d1e0b2fdc545901ddcecf7dcd9a252 [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;
import java.util.List;
public class SyncgroupInvite {
public Id syncgroup;
public List<String> addresses;
public List<String> blessingNames;
}