Browse Source

Merge pull request #192 from aeternas/master

Resolved merge conflict
Ashley Mills 8 years ago
parent
commit
5e4c239b53
1 changed files with 0 additions and 4 deletions
  1. 0 4
      ReachabilityMacSample/ViewController.swift

+ 0 - 4
ReachabilityMacSample/ViewController.swift

@@ -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
     }
   }