/**
* Ti.StyledLabel Module
* Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved.
* Please see the LICENSE included with this distribution for details.
*/
package ti.styledlabel;
import org.appcelerator.kroll.common.TiConfig;
public class Constants
{
public static final String LCAT = "StyledlabelModule";
public static final boolean DBG = TiConfig.LOGD;
public static final int NUMBERED_SPAN = 1000;
}