| 123456789101112131415 |
- //
- // TestingCGMManager.swift
- // LoopTestingKit
- //
- // Created by Michael Pangburn on 3/5/19.
- // Copyright © 2019 LoopKit Authors. All rights reserved.
- //
- import LoopKit
- public protocol TestingCGMManager: CGMManager, TestingDeviceManager {
- func injectGlucoseSamples(_ pastSamples: [NewGlucoseSample], futureSamples: [NewGlucoseSample])
- }
|