package com.example.datalibrary.listener; import android.view.View; /** * Created by litonghui on 2018/4/11. */ public interface OnItemClickListener { void onItemClick(View view, int position); }