Parcourir la source

Make Notification.Name extension public

Ashley Mills il y a 7 ans
Parent
commit
249b2044ed
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Sources/Reachability.swift

+ 1 - 1
Sources/Reachability.swift

@@ -38,7 +38,7 @@ public enum ReachabilityError: Error {
 @available(*, unavailable, renamed: "Notification.Name.reachabilityChanged")
 public let ReachabilityChangedNotification = NSNotification.Name("ReachabilityChangedNotification")
 
-extension Notification.Name {
+public extension Notification.Name {
     public static let reachabilityChanged = Notification.Name("reachabilityChanged")
 }