mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
インタフェース実装
This commit is contained in:
parent
2dc3ab6bc6
commit
b44d1b0746
|
@ -0,0 +1,6 @@
|
||||||
|
package one.nem.lacerta.setting;
|
||||||
|
|
||||||
|
public interface TagListItemSelectListener {
|
||||||
|
|
||||||
|
void onTagListItemSelect(String tagId, String tagName, String tagColor);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user