blob: 8cd4dbce8e436fd96574dd6bee56ddf00bd6a482 [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;
/**
* Represents an invitation to join a syncgroup.
*/
public class SyncgroupInvite {
// TODO(sadovsky): Fill this in.
}