リスナ作成

This commit is contained in:
ろむねこ 2024-01-26 15:03:24 +09:00
parent c4bd3d761e
commit 4cc4151254
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -0,0 +1,8 @@
package one.nem.lacerta.component.common;
public interface LacertaCreateTagDialogListener {
void onPositiveClick(String tag_name, String tag_color);
void onNegativeClick();
}