tokenary/Shared/Extensions/Notification.swift
2023-11-08 20:40:12 +03:00

10 lines
332 B
Swift

// Copyright © 2021 Tokenary. All rights reserved.
import Foundation
extension Notification.Name {
static let connectionAppeared = Notification.Name("connectionAppeared")
static let walletsChanged = Notification.Name("walletsChanged")
static let receievedWalletRequest = Notification.Name("receievedWalletRequest")
}