5 lines
84 B
Swift
5 lines
84 B
Swift
import Foundation
|
|
|
|
public protocol DataCompatibleP {
|
|
var data : Data {get}
|
|
} |