Skip to content

Commit

Permalink
Update NSDirectionalEdgeInsetsExtension.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Nov 28, 2024
1 parent 82556a9 commit 09a359a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if canImport(UIKit)
import UIKit

public extension NSDirectionalEdgeInsets {
Expand All @@ -10,3 +11,4 @@ public extension NSDirectionalEdgeInsets {
return .init(top: top, left: leading, bottom: bottom, right: trailing)
}
}
#endif

0 comments on commit 09a359a

Please sign in to comment.