TempTrack-iOS/TempTrack/Bluetooth/DeviceManagerDelegate.swift

9 lines
179 B
Swift
Raw Normal View History

2023-06-03 08:15:00 +02:00
import Foundation
protocol DeviceManagerDelegate: AnyObject {
func deviceManager(didReceive data: Data)
func deviceManager(didChangeState state: DeviceState)
}