1
0
Fork 0
mirror of https://github.com/BlueWallet/BlueWallet.git synced 2025-03-16 20:21:35 +01:00
BlueWallet/blue_modules/Privacy.js
2021-01-18 22:44:55 -05:00

5 lines
85 B
JavaScript

export default class Privacy {
static enableBlur() {}
static disableBlur() {}
}