package com.lean56.andplug.app.view.generic; /** * MutableScroll * * @author liwuhuo <www.liwushuo.com> * @author Charles */ public interface MutableScroll { int getScrollTop(); void setScrollTop(int p1); }