/**
* 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.parsing;
import org.ccil.cowan.tagsoup.HTMLSchema;
public class HtmlParser {
public static final HTMLSchema schema = new HTMLSchema();
}