mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 19:50:48 +00:00
Commons: リポジトリ実装
This commit is contained in:
parent
6ca1fd6097
commit
4c958bb333
@ -1,4 +1,9 @@
|
||||
package one.nem.lacerta.data.repository;
|
||||
|
||||
import java.nio.file.Path;
|
||||
|
||||
public interface Commons {
|
||||
|
||||
Path getExternalFilesDir(String type);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user