公告板
版本库
filestore
活动
搜索
登录
温居城
/
HDLPhotovoltaicDebugAPP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2024年09月28日08:26:38
mac
2024-09-28
8c1e2e91e3f20af896c1863d0e8fad51b632b24f
[~wjc/HDLPhotovoltaicDebugAPP.git]
/
countrypicker
/
src
/
main
/
java
/
com
/
sahooz
/
library
/
countrypicker
/
PyEntity.java
1
2
3
4
5
6
7
8
9
10
11
package
com
.
sahooz
.
library
.
countrypicker
;
import
androidx
.
annotation
.
NonNull
;
/**
* Created by android on 3/15/2018.
*/
public
interface
PyEntity
{
@NonNull
String
getPinyin
();
}