Rename is_valid to isValid
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user