TestingCGMManager.swift 310 B

123456789101112131415
  1. //
  2. // TestingCGMManager.swift
  3. // LoopTestingKit
  4. //
  5. // Created by Michael Pangburn on 3/5/19.
  6. // Copyright © 2019 LoopKit Authors. All rights reserved.
  7. //
  8. import LoopKit
  9. public protocol TestingCGMManager: CGMManager, TestingDeviceManager {
  10. func injectGlucoseSamples(_ samples: [NewGlucoseSample])
  11. }