package cn.androidy.thinking.views; /** * Created by mwp on 2015/8/18. */ public interface ITraceView { public String getTraceName(); }