Commons: リポジトリ実装

This commit is contained in:
ろむねこ 2023-12-12 10:14:12 +09:00
parent 6ca1fd6097
commit 4c958bb333
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -1,4 +1,9 @@
package one.nem.lacerta.data.repository;
import java.nio.file.Path;
public interface Commons {
Path getExternalFilesDir(String type);
}