mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-05-15 09:50:39 +00:00
17 lines
373 B
Swift
17 lines
373 B
Swift
// The Swift Programming Language
|
|
// https://docs.swift.org/swift-book
|
|
|
|
import SwiftUI
|
|
|
|
public enum DS {}
|
|
|
|
extension DS {
|
|
public enum Color: Sendable {}
|
|
public enum Icon: Sendable {}
|
|
public enum Images: Sendable {}
|
|
public enum Font: Sendable {}
|
|
public enum Spacing: Sendable {}
|
|
public enum Radius: Sendable {}
|
|
public enum Shadows: Sendable {}
|
|
}
|