mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
インタフェース実装
This commit is contained in:
parent
21b0212de7
commit
779a07ff26
|
@ -1,4 +1,13 @@
|
|||
package one.nem.lacerta.utils.repository;
|
||||
|
||||
import android.content.SharedPreferences;
|
||||
|
||||
public interface SharedPrefUtils {
|
||||
|
||||
// Shared preferences editorの取得
|
||||
SharedPreferences.Editor getEditor();
|
||||
|
||||
// TODO-rca: 名称をenumで管理する?
|
||||
SharedPreferences.Editor getEditor(String name);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user