コピー

This commit is contained in:
r-ca 2024-01-22 01:21:00 +09:00
parent b5beb7cc15
commit 1c6878c3fd
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

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