mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This reverts r29441 because it breaks the Linux build. I'll talk to Dmitri about this tomorrow. See rdar://problem/21254367 Swift SVN r29444
8 lines
230 B
Swift
8 lines
230 B
Swift
@exported import LocalAuthentication
|
|
import Foundation
|
|
|
|
@available(OSX, introduced=10.10) @available(iOS, introduced=8.0)
|
|
extension LAError : _BridgedNSError {
|
|
public static var _NSErrorDomain: String { return LAErrorDomain }
|
|
}
|