Rename is_valid to isValid

This commit is contained in:
Charlie Qiu
2016-06-09 05:44:18 +08:00
parent 2491224f7d
commit 33a093950e
4 changed files with 14 additions and 6 deletions

View File

@ -76,7 +76,7 @@ class ServerProfile: NSObject {
return conf
}
func is_valid() -> Bool {
func isValid() -> Bool {
func validateIpAddress(ipToValidate: String) -> Bool {
var sin = sockaddr_in()