mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 07:36:48 +00:00
Update Notifications names
Clean up notification name type Fix import statement for `NotificationsName.swift`
This commit is contained in:
parent
ff72ea1cfd
commit
da2ee58772
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import UIKit
|
import Foundation
|
||||||
|
|
||||||
extension Notification.Name {
|
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 refreshTimeline = Notification.Name("refreshTimeline")
|
||||||
public static let homeTimeline = Notification.Name("homeTimeline")
|
public static let homeTimeline = Notification.Name("homeTimeline")
|
||||||
public static let trendingTimeline = Notification.Name("trendingTimeline")
|
public static let trendingTimeline = Notification.Name("trendingTimeline")
|
||||||
|
|
Loading…
Reference in a new issue