package org.heaven7.scrap.databinding; /** * the name of property * Created by heaven7 on 2015/8/10. */ public interface PropertyNames { String TEXT = "text"; String ON_CLICK = "onClick"; String VISIBILITY = "visibility"; }