mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
10 lines
252 B
TypeScript
10 lines
252 B
TypeScript
|
function WidgetCommunication() {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
WidgetCommunication.isBalanceDisplayAllowed = () => {};
|
||
|
WidgetCommunication.setBalanceDisplayAllowed = () => {};
|
||
|
WidgetCommunication.reloadAllTimelines = () => {};
|
||
|
|
||
|
export default WidgetCommunication;
|