This commit is contained in:
r-ca 2024-01-28 13:47:21 +09:00
parent 435fe7b3ce
commit b7414cf8aa
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

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