インターフェース作成

This commit is contained in:
r-ca 2024-01-21 15:15:35 +09:00
parent cb662fe1ff
commit e9145d491c
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -0,0 +1,5 @@
package one.nem.lacerta.feature.home;
public interface DocumentSelectListener {
void onDocumentSelect(String documentId);
}