mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-16 13:24:04 +00:00
Merge da2ee58772
into 8e7604e931
This commit is contained in:
commit
4a2a27d345
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue