blob: ced535e1c4b5fc579261579a37fdc0aca7f709a3 [file] [log] [blame]
package org.sflphone.loaders;
public class LoaderConstants {
public static final int CONTACT_LOADER = 0;
public static final int ACCOUNTS_LOADER = 1;
public static final int HISTORY_LOADER = 2;
}