riku
2022-02-18 d59d55575d913646b7a90fca651904ab889c6723
1
2
3
4
5
6
package cn.flightfeather.thirdappmodule.util.slideswaphelper;
 
public interface OnDeleteListener {
 
    void delete(int position);
}