mirror of
https://github.com/home-assistant/iOS.git
synced 2026-04-22 23:39:53 -05:00
6 lines
94 B
Swift
6 lines
94 B
Swift
import Foundation
|
|
|
|
public enum HACornerRadius {
|
|
public static let standard: CGFloat = 8
|
|
}
|