mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
81905be8dd
This isn't strictly necessary, since it's an implementation detail, but it's consistent with the following changes.
7 lines
158 B
Swift
7 lines
158 B
Swift
@_exported import EventKit
|
|
import Foundation
|
|
|
|
extension EKErrorCode : _BridgedNSError {
|
|
public static var _nsErrorDomain: String { return EKErrorDomain }
|
|
}
|