2024-12-05 16:21:52 +01:00

9 lines
103 B
Swift

import Foundation
public struct Field {
public let key: [UInt8]
public let value: [UInt8]
}