import Foundation protocol TemperatureDataTransferDelegate: AnyObject { func didReceiveRecording(_ measurement: TemperatureMeasurement) }