blob: 6d1d4958b6a3249bf3e7392dbd8135efebb0cfa7 [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 VersionedPermissions {
public String version;
public Permissions permissions;
}