5 lines
80 B
Swift
Raw Normal View History

2024-12-05 16:21:52 +01:00
import Foundation
public protocol DataCompatibleP {
var data : Data {get}
}