blob: e332c549cc3bb09cbaa060b9d037846c9cab5882 [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 KeyValue {
public String key;
public byte[] value;
}