Another fix attempt.

This commit is contained in:
Michael Griebling
2023-01-18 09:20:08 -05:00
parent 13a8a9097c
commit a31f3ae7b6
2 changed files with 10 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ public typealias MTView = UIView
public typealias MTColor = UIColor
public typealias MTBezierPath = UIBezierPath
public typealias MTLabel = UILabel
public typealias MTEdgeInsets = UIEdgeInsets
public typealias MTRect = CGRect
let MTEdgeInsetsZero = UIEdgeInsets.zero