ContactType.swift 143 B

12345678910
  1. // LoopFollow
  2. // ContactType.swift
  3. enum ContactType: String, CaseIterable, Codable {
  4. case BG
  5. case Trend
  6. case Delta
  7. case IOB
  8. }