mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
|
export default class Privacy {
|
||
|
static enableBlur() {}
|
||
|
|
||
|
static disableBlur() {}
|
||
|
}
|