Kit

struct Kit : Codable, Equatable, Hashable

The Kit

  • The Author

    See more

    Declaration

    Swift

    struct Author : Codable, Equatable, Hashable
  • The CIService

    See more

    Declaration

    Swift

    enum CIService : String, Codable, Equatable, Hashable, CaseIterable
  • The Directory

    See more

    Declaration

    Swift

    struct Directory : Codable, Equatable, Hashable
  • The Organization

    See more

    Declaration

    Swift

    struct Organization : Codable, Equatable, Hashable
  • The Placeholders typealias represents a Dictionary

    Declaration

    Swift

    typealias Placeholders = [String : String]
  • The Placeholders

    Declaration

    Swift

    var placeholders: Placeholders { get }