This commit is contained in:
Daniel Arantes Loverde
2026-02-06 12:25:34 -03:00
parent 5df2499c4a
commit 57696e3036
37 changed files with 189 additions and 40 deletions

View File

@@ -20,6 +20,8 @@
// THE SOFTWARE.
// MARK: - Framework headers
#if canImport(UIKit)
import Foundation
import UIKit
// MARK: - Protocols
@@ -512,3 +514,5 @@ public extension LCSnackBarView {
}
}
}
#endif