IceCubesApp/Packages/Env/Sources/Env/NotificationsName.swift
2023-10-26 06:23:00 +02:00

11 lines
459 B
Swift

import UIKit
public extension Notification.Name {
static let shareSheetClose = NSNotification.Name("shareSheetClose")
static let refreshTimeline = Notification.Name("refreshTimeline")
static let homeTimeline = Notification.Name("homeTimeline")
static let trendingTimeline = Notification.Name("trendingTimeline")
static let federatedTimeline = Notification.Name("federatedTimeline")
static let localTimeline = Notification.Name("localTimeline")
}