mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 12:59:17 +01:00
11 lines
459 B
Swift
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")
|
|
}
|