package com.aspsine.swipetoloadlayout; /** * Created by Aspsine on 2015/8/13. */ public interface SwipeRefreshTrigger { void onRefresh(); }