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
7 lines
157 B
Swift
7 lines
157 B
Swift
@exported import EventKit
|
|
import Foundation
|
|
|
|
extension EKErrorCode : _BridgedNSError {
|
|
public static var _NSErrorDomain: String { return EKErrorDomain }
|
|
}
|