公告板
版本库
filestore
活动
搜索
登录
main
/
tejia-android
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.1.3完善
admin
2021-07-08
1764c1784a4cf1a6afd25fcf1a0eef6187a84218
[tejia-android.git]
/
app
/
src
/
main
/
java
/
com
/
tejia
/
lijin
/
app
/
ui
/
category
/
utilview
/
CategorySlideListener.java
1
2
3
4
5
6
7
8
9
package com.tejia.lijin.app.ui.category.utilview;
/**
* Created by weikou2015 on 2018/11/5.
*/
public interface CategorySlideListener {
void slideLeftListener(int position);
}