session-ios/SessionMessagingKit/Pipelines/Notification+SendingPipelin...

10 lines
359 B
Swift

public extension Notification.Name {
static let calculatingPoW = Notification.Name("calculatingPoW")
static let routing = Notification.Name("routing")
static let messageSending = Notification.Name("messageSending")
static let messageSent = Notification.Name("messageSent")
static let messageFailed = Notification.Name("messageFailed")
}