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