lmw
2023-06-13 adf8013576cbdd12e5ebea8ff7e32baf5d558b27
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.kuanzhai.user.views.textbanner;
 
/**
 *
 * @描述 点击监听回调接口
 * @author luoweichao
 * @email superluo666@gmail.com
 * @date 2018/3/28/028 21:40
 *
 */
public interface ITextBannerItemClickListener<T> {
    void onItemClick(T data, int position);
}