package skin.support.widget; /** * Created by ximsfei on 2017/1/10. */ public interface SkinCompatSupportable { void applySkin(); }