Update LCEssentials+API.swift

This commit is contained in:
Daniel Arantes Loverde
2026-06-06 11:00:08 -03:00
parent 966b439277
commit 2c781fbac6

View File

@@ -28,7 +28,6 @@ import Security
#if canImport(UIKit)
import UIKit
#endif
#endif
/// A generic `Result` enumeration to represent either a success `Value` or a failure `Error`.
public enum Result<Value, Error: Swift.Error> {