5 lines
84 B
Swift
Raw Normal View History

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