This commit is contained in:
Vincent Tourraine 2025-04-10 04:45:31 -05:00 committed by GitHub
commit 4a2a27d345
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
import UIKit
import Foundation
extension Notification.Name {
public static let shareSheetClose = NSNotification.Name("shareSheetClose")
public static let shareSheetClose = Notification.Name("shareSheetClose")
public static let refreshTimeline = Notification.Name("refreshTimeline")
public static let homeTimeline = Notification.Name("homeTimeline")
public static let trendingTimeline = Notification.Name("trendingTimeline")