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
184 B
Swift
8 lines
184 B
Swift
@exported import AVFoundation // Clang module
|
|
import Foundation
|
|
|
|
extension AVError : _BridgedNSError {
|
|
public static var _NSErrorDomain: String { return AVFoundationErrorDomain }
|
|
}
|
|
|