mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +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…
Reference in New Issue
Block a user