mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The headers went back to GameKit in a new SDK. This reverts commit r30322. Swift SVN r31015
7 lines
156 B
Swift
7 lines
156 B
Swift
@exported import GameKit
|
|
import Foundation
|
|
|
|
extension GKErrorCode : _BridgedNSError {
|
|
public static var _NSErrorDomain: String { return GKErrorDomain }
|
|
}
|