/**
 * Copyright (c) 2012 Todoroo Inc
 *
 * See the file "LICENSE" for the full license governing this code.
 */
package com.todoroo.astrid.data;

@SuppressWarnings("nls")
public class SyncFlags {

    public static final String ACTFM_SUPPRESS_SYNC = "actfm_suppress_sync";

    public static final String GTASKS_SUPPRESS_SYNC = "gtasks_suppress_sync";

}
