OverrideData.swift 66 B

123456
  1. import Foundation
  2. struct OverrideData {
  3. let isActive: Bool
  4. }