9 lines
111 B
Swift
Raw Normal View History

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