mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-15 04:30:49 +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…
x
Reference in New Issue
Block a user