session-ios/SessionSnodeKit/Notification+OnionRequestAP...

9 lines
287 B
Swift
Raw Permalink Normal View History

2020-11-05 02:07:21 +01:00
import Foundation
public extension Notification.Name {
static let buildingPaths = Notification.Name("buildingPaths")
static let pathsBuilt = Notification.Name("pathsBuilt")
static let onionRequestPathCountriesLoaded = Notification.Name("onionRequestPathCountriesLoaded")
}