Created
January 21, 2018 08:07
-
-
Save mczachurski/d0ed06b5d7806cf7842826a486e29f98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Foundation | |
| extension Notification.Name { | |
| static let darkModeEnabled = Notification.Name("net.sltch.vcoin.notifications.darkModeEnabled") | |
| static let darkModeDisabled = Notification.Name("net.sltch.vcoin.notifications.darkModeDisabled") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment