import Foundation public protocol DataCompatibleP { var data : Data {get} }