インタフェース実装

This commit is contained in:
ろむねこ 2024-01-25 16:34:05 +09:00
parent 2dc3ab6bc6
commit b44d1b0746
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -0,0 +1,6 @@
package one.nem.lacerta.setting;
public interface TagListItemSelectListener {
void onTagListItemSelect(String tagId, String tagName, String tagColor);
}