blob: 56f56e98ba4ddf26dd00b3bc20997bb42eb44f64 [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.todos.persistence.syncbase;
public class SyncbaseTodoList {
public static final String
LIST_ROW_NAME = "list",
TASKS_PREFIX = "tasks_";
}