package com.mozz.htmlnative.parser; /** * @author Yang Tao, 17/5/5. */ public interface ParseCallback { void onStartParse(); void onLeaveParse(); }