mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-01 23:46:13 +03:00
10 lines
332 B
Swift
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")
|
|
}
|