blob: 73fd171e8be5434d12563ae86b4a69ced9890755 [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 VersionedSyncgroupSpec {
public String version;
public SyncgroupSpec syncgroupSpec;
}