Mist/Mist/Extensions/UNNotificationAction+Extension.swift
2022-07-01 16:44:06 +10:00

16 lines
261 B
Swift

//
// UNNotificationAction+Extension.swift
// Mist
//
// Created by Nindi Gill on 23/6/2022.
//
import UserNotifications
extension UNNotificationAction {
struct Identifier {
/// Show Identifier
static let show: String = "Show"
}
}