2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00
mastodon-ios/Mastodon/Vender/HandleTapAction.swift

17 lines
376 B
Swift

//
// HandleTapAction.swift
// Mastodon
//
// Created by Cirno MainasuK on 2021-9-28.
//
import Foundation
@objc class HandleTapAction: NSObject {
@objc static let statusBarTappedNotification = Notification(name: .statusBarTapped)
}
extension Notification.Name {
static let statusBarTapped = Notification.Name(rawValue: "org.joinmastodon.app.statusBarTapped")
}