ContactType.swift 166 B

12345678910
  1. // LoopFollow
  2. // ContactType.swift
  3. // Created by Jonas Björkert on 2025-02-23.
  4. enum ContactType: String, CaseIterable {
  5. case BG
  6. case Trend
  7. case Delta
  8. }