blob: c9afdd7747bba87ef0f3fb217954f7247f527b9b [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.internal;
public class Id {
String blessing;
String name;
}