blob: 1b82416cfbc2ef17f3dca25616b24d70fa491953 [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 VersionedPermissions {
String version;
Permissions permissions;
}