ashleymills / Reachability.swift

Replacement for Apple's Reachability re-written in Swift with closures
MIT License
7.94k stars 948 forks source link

Modify Definition of Enum Connection #371

Closed ShivaHuang closed 3 years ago

ShivaHuang commented 3 years ago

Declare the deprecated case .none as a static constant instead a case value. Thus we don't need to list .none in a switch state to make it exhaustive, like line 106.