open NetworkInterfaceManager
This commit is contained in:
parent
71dafa945d
commit
5c10c7a33b
@ -8,9 +8,9 @@
|
||||
import Foundation
|
||||
|
||||
public struct NetworkInterface {
|
||||
let name: String
|
||||
let ip: String
|
||||
let netmask: String
|
||||
public let name: String
|
||||
public let ip: String
|
||||
public let netmask: String
|
||||
}
|
||||
|
||||
public struct NetworkInterfaceManager {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user