BaseView.java 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.sw.laryngoscope.base; /** * @Description 这里用一句话描述 * @Author * @Time 2019/05/29 */ public interface BaseView { /** * 隐藏提示 */ void hideTips(); }