公告板
版本库
filestore
活动
搜索
登录
Android
/
Security_yuyin_outdoor_black
育英中学室外机黑色设备
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
a
554325746@qq.com
2020-01-13
7171bbcdb2859ea93f3af69d817243752b08314a
[Android/Security_yuyin_outdoor_black.git]
/
pickerview
/
src
/
main
/
java
/
com
/
bigkoo
/
pickerview
/
listener
/
CustomListener.java
1
2
3
4
5
6
7
8
9
10
package com.bigkoo.pickerview.listener;
import android.view.View;
/**
* Created by KyuYi on 2017/3/2.
* E-Mail:kyu_yi@sina.com
* 功能:
*/
public interface CustomListener {
void customLayout(View v);
}