doum
2025-12-30 b840d845ce448613d7b9faf4bd12e0f8c93c389b
1
2
3
4
5
6
7
8
9
package com.example.datalibrary.listener;
 
/**
 * Created by v_liujialu01 on 2020/3/19.
 */
 
public interface OnRemoveListener {
    void onRemove(int position);
}