blob: e7d1b8a4af30abd96396a515d82017ddc166e925 [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 SyncgroupMemberInfo {
public int syncPriority;
public int blobDevType;
}