Starredを追加

This commit is contained in:
ろむねこ 2023-12-11 14:35:17 +09:00
parent dc05e809f5
commit f4eee6f58e
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -10,5 +10,6 @@ public interface Documents {
ArrayList<DocumentMeta> getRecentDocuments(int limit);
ArrayList<DocumentMeta> getStarredDocuments(int limit);
}