ToggleState.java 184 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10
package com.yidianling.avchatkit.common.widgets;

/**
 * Created by hzlichengda on 14-3-31.
 */
public enum ToggleState {
    DISABLE, //禁用
    OFF, // normal
    ON  //selected
}