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