riku
2020-09-01 52cab40bb0568b1b1da2035d15158154928c6464
1
2
3
4
5
6
package cn.flightfeather.thirdapp.util.slideswaphelper;
 
public interface OnSwipeItemClickListener {
 
    void click(int position);
}