mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
CR
This commit is contained in:
@ -12,7 +12,6 @@ interface AndroidDataRobosats {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface AndroidAppRobosats {
|
interface AndroidAppRobosats {
|
||||||
changeLanguage: (uuid: string, languageCode: string) => void;
|
|
||||||
getEncryptedStorage: (uuid: string, key: string) => void;
|
getEncryptedStorage: (uuid: string, key: string) => void;
|
||||||
setEncryptedStorage: (uuid: string, key: string, value: string) => void;
|
setEncryptedStorage: (uuid: string, key: string, value: string) => void;
|
||||||
deleteEncryptedStorage: (uuid: string, key: string) => void;
|
deleteEncryptedStorage: (uuid: string, key: string) => void;
|
||||||
|
|||||||
Reference in New Issue
Block a user