|
|
@@ -49,11 +49,7 @@ class ViewController: NSViewController {
|
|
|
self.updateLabelColourWhenNotReachable(reachability)
|
|
|
}
|
|
|
} else {
|
|
|
-<<<<<<< HEAD
|
|
|
- NSNotificationCenter.defaultCenter().addObserver(self, selector: #selector(ViewController.reachabilityChanged(_:)), name: ReachabilityChangedNotification, object: reachability)
|
|
|
-=======
|
|
|
NotificationCenter.default.addObserver(self, selector: #selector(ViewController.reachabilityChanged(_:)), name: ReachabilityChangedNotification, object: reachability)
|
|
|
->>>>>>> feature/ios10
|
|
|
}
|
|
|
}
|
|
|
|