Priority.java

/*
 * Decompiled with CFR 0_132.
 */
package org.xutils.common.task;

public enum Priority {
    UI_TOP,
    UI_NORMAL,
    UI_LOW,
    DEFAULT,
    BG_TOP,
    BG_NORMAL,
    BG_LOW;
    

    private Priority() {
    }
}