//
//  LiveScanner.swift
//  
//
//  Created by Roman Mazeev on 14.07.2021.
//

protocol LiveScanner {
    var tracker: Tracker { get }
}
