zashi-ios-wallet-private/secant/Dependencies/NotificationCenter/NotificationCenterLive.swift

15 lines
290 B
Swift
Raw Normal View History

//
// NotificationCenterLive.swift
// secant-testnet
//
// Created by Lukáš Korba on 15.11.2022.
//
import Foundation
extension NotificationCenterClient {
static let live = NotificationCenterClient(
publisherFor: { NotificationCenter.default.publisher(for: $0) }
)
}