HaishinKit.swift/Sources/Util/DataConvertible.swift

6 lines
79 B
Swift

import Foundation
protocol DataConvertible {
var data: Data { get set }
}